diff options
Diffstat (limited to 'src/const/gui/chat.h')
-rw-r--r-- | src/const/gui/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/const/gui/chat.h b/src/const/gui/chat.h index 5b3eadb2a..a39516e13 100644 --- a/src/const/gui/chat.h +++ b/src/const/gui/chat.h @@ -25,7 +25,7 @@ #include <string> -const std::string GENERAL_CHANNEL = ""; +const std::string GENERAL_CHANNEL; const std::string GM_CHANNEL = "#gm"; const std::string TRADE_CHANNEL = "#trade"; |