diff options
Diffstat (limited to 'src/const')
-rw-r--r-- | src/const/gui/chat.h | 2 | ||||
-rw-r--r-- | src/const/resources/spriteaction.h | 2 |
2 files changed, 2 insertions, 2 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"; diff --git a/src/const/resources/spriteaction.h b/src/const/resources/spriteaction.h index 988eda378..da865d3df 100644 --- a/src/const/resources/spriteaction.h +++ b/src/const/resources/spriteaction.h @@ -68,7 +68,7 @@ namespace SpriteAction static const std::string DEADWATER("deadwater"); static const std::string DEADRIDE("deadride"); - static const std::string INVALID(""); + static const std::string INVALID; } // namespace SpriteAction #endif // CONST_RESOURCES_SPRITEACTION_H |