classes cleaning

This commit is contained in:
unK
2008-09-05 10:17:47 +02:00
parent db996a3e86
commit c997e13091
9 changed files with 122 additions and 195 deletions

View File

@@ -20,7 +20,7 @@
#include "window.h"
ColorPair Window::into_color(const string &str)
ColorPair Window::IntoColor(const string &str)
{
ColorPair colors;
@@ -400,7 +400,7 @@ ColorPair Window::into_color(const string &str)
return itsColors.top();
}
bool is_valid_color(const string &str)
bool Window::IsValidColor(const string &str)
{
return str == "[/]" ||
str == "[.b]" ||