aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/UI/UIControl_CheckBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/UI/UIControl_CheckBox.h')
-rw-r--r--Minecraft.Client/Common/UI/UIControl_CheckBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/UI/UIControl_CheckBox.h b/Minecraft.Client/Common/UI/UIControl_CheckBox.h
index 924e9c68..f8c0284b 100644
--- a/Minecraft.Client/Common/UI/UIControl_CheckBox.h
+++ b/Minecraft.Client/Common/UI/UIControl_CheckBox.h
@@ -14,7 +14,7 @@ public:
virtual bool setupControl(UIScene *scene, IggyValuePath *parent, const string &controlName);
- void init(const wstring &label, int id, bool checked);
+ void init(UIString label, int id, bool checked);
bool IsChecked();
bool IsEnabled();