summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-07-20 00:28:55 +0200
committerarchshift <admin@archshift.com>2014-07-20 00:28:55 +0200
commit638ea10027f0e01a37d2592185e735e4c6f28338 (patch)
treea8bb102a206858d8d8911a5feb948fbea9428085
parentFixed attempts to call c_str on ChatColors (diff)
downloadcuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar
cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar.gz
cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar.bz2
cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar.lz
cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar.xz
cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar.zst
cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.zip
-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;