aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/DLC/DLCManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/DLC/DLCManager.h')
-rw-r--r--Minecraft.Client/Common/DLC/DLCManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/DLC/DLCManager.h b/Minecraft.Client/Common/DLC/DLCManager.h
index 27765232..d4dd2508 100644
--- a/Minecraft.Client/Common/DLC/DLCManager.h
+++ b/Minecraft.Client/Common/DLC/DLCManager.h
@@ -48,7 +48,7 @@ public:
e_DLCParamType_Max,
};
- static WCHAR *wchTypeNamesA[e_DLCParamType_Max];
+ static const WCHAR *wchTypeNamesA[e_DLCParamType_Max];
private:
vector<DLCPack *> m_packs;