summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-12-24 11:17:44 +0100
committerAlexander Harkness <bearbin@gmail.com>2013-12-24 11:17:44 +0100
commit085008ff8c20e553933a840280244f0462fb16b1 (patch)
tree6bcc310637a0cf729f29286f2a0fc84b0f933ed2
parentUpdate chat colours (diff)
downloadcuberite-085008ff8c20e553933a840280244f0462fb16b1.tar
cuberite-085008ff8c20e553933a840280244f0462fb16b1.tar.gz
cuberite-085008ff8c20e553933a840280244f0462fb16b1.tar.bz2
cuberite-085008ff8c20e553933a840280244f0462fb16b1.tar.lz
cuberite-085008ff8c20e553933a840280244f0462fb16b1.tar.xz
cuberite-085008ff8c20e553933a840280244f0462fb16b1.tar.zst
cuberite-085008ff8c20e553933a840280244f0462fb16b1.zip
-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;
}