summaryrefslogtreecommitdiffstats
path: root/src/ChatColor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatColor.h')
-rw-r--r--src/ChatColor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChatColor.h b/src/ChatColor.h
index 5a81c7edd..74eb7d5dc 100644
--- a/src/ChatColor.h
+++ b/src/ChatColor.h
@@ -9,10 +9,10 @@
class cChatColor
{
public:
- static const char * Color;
+ static const char * Delimiter;
/** @deprecated use ChatColor::Delimiter instead */
- static const char * Delimiter;
+ static const char * Color;
static const char * Black;
static const char * Navy;