1
0

Update as per xoft's instructions.

This commit is contained in:
Alexander Harkness 2013-12-24 10:17:44 +00:00
parent be79d12966
commit 085008ff8c

View File

@ -28,7 +28,7 @@ const std::string cChatColor::Underlined = cChatColor::Color + "n";
const std::string cChatColor::Italic = cChatColor::Color + "o";
const std::string cChatColor::Plain = cChatColor::Color + "r";
const std::string cChatColor::MakeColor( std::string a_Color )
const std::string cChatColor::MakeColor( const AString & a_Color )
{
return a_Color;
}