aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/GameRules/GameRuleManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/GameRules/GameRuleManager.h')
-rw-r--r--Minecraft.Client/Common/GameRules/GameRuleManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/Common/GameRules/GameRuleManager.h b/Minecraft.Client/Common/GameRules/GameRuleManager.h
index e9e983b8..3f446e84 100644
--- a/Minecraft.Client/Common/GameRules/GameRuleManager.h
+++ b/Minecraft.Client/Common/GameRules/GameRuleManager.h
@@ -24,8 +24,8 @@ class WstringLookup;
class GameRuleManager
{
public:
- static WCHAR *wchTagNameA[ConsoleGameRules::eGameRuleType_Count];
- static WCHAR *wchAttrNameA[ConsoleGameRules::eGameRuleAttr_Count];
+ static const WCHAR *wchTagNameA[ConsoleGameRules::eGameRuleType_Count];
+ static const WCHAR *wchAttrNameA[ConsoleGameRules::eGameRuleAttr_Count];
static const short version_number = 2;