code clean-ups

This commit is contained in:
unK
2008-09-02 03:53:13 +02:00
parent 184df520b9
commit a37882f62a
10 changed files with 141 additions and 144 deletions

View File

@@ -20,9 +20,9 @@
#include "window.h"
std::pair<COLOR, COLOR> Window::into_color(const string &str)
ColorPair Window::into_color(const string &str)
{
std::pair<COLOR, COLOR> colors;
ColorPair colors;
if (str == "[/]")
{