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

@ -29,15 +29,15 @@ public:
static const std::string Yellow; static const std::string Yellow;
static const std::string White; static const std::string White;
// Styles ( source: http://wiki.vg/Chat ) // Styles ( source: http://wiki.vg/Chat )
static const std::string Random; static const std::string Random;
static const std::string Bold; static const std::string Bold;
static const std::string Strikethrough; static const std::string Strikethrough;
static const std::string Underlined; static const std::string Underlined;
static const std::string Italic; static const std::string Italic;
static const std::string Plain; static const std::string Plain;
static const std::string MakeColor( char a_Color ); static const std::string MakeColor( const AString & a_Color );
}; };
// tolua_end // tolua_end