summaryrefslogtreecommitdiffstats
path: root/source/ChatColor.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/ChatColor.cpp (renamed from source/cChatColor.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChatColor.cpp b/source/ChatColor.cpp
index 262130897..2b223ee76 100644
--- a/source/cChatColor.cpp
+++ b/source/ChatColor.cpp
@@ -1,7 +1,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include "cChatColor.h"
+#include "ChatColor.h"
const std::string cChatColor::Color = "\xc2\xa7"; // or in other words: "§" in UTF-8
const std::string cChatColor::Delimiter = "\xc2\xa7"; // or in other words: "§" in UTF-8