summaryrefslogtreecommitdiffstats
path: root/src/ChatColor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatColor.cpp')
-rw-r--r--src/ChatColor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatColor.cpp b/src/ChatColor.cpp
index dca274d76..f42fa2f4d 100644
--- a/src/ChatColor.cpp
+++ b/src/ChatColor.cpp
@@ -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;
}