1
0

Updated MakeColour's defenition in the header.

This commit is contained in:
Alexander Harkness 2013-12-24 10:24:08 +00:00
parent 085008ff8c
commit b397dc438b

View File

@ -37,7 +37,7 @@ public:
static const std::string Italic;
static const std::string Plain;
static const std::string MakeColor( char a_Color );
static const std::string MakeColor( const AString & a_Color );
};
// tolua_end