diff --git a/Minecraft.Client/Platform/Common/XUI/XUI_Control_ComboBox.h b/Minecraft.Client/Platform/Common/XUI/XUI_Control_ComboBox.h index 87138c5be..28b611871 100644 --- a/Minecraft.Client/Platform/Common/XUI/XUI_Control_ComboBox.h +++ b/Minecraft.Client/Platform/Common/XUI/XUI_Control_ComboBox.h @@ -10,8 +10,8 @@ public: LPCWSTR pwszText; LPCWSTR pwszImage; HXUIBRUSH hXuiBrush; - bool fChecked; - bool fEnabled; + BOOL fChecked; + BOOL fEnabled; } LIST_ITEM_INFO; @@ -50,4 +50,4 @@ protected: HRESULT OnNotifyPressEx(HXUIOBJ hObjPressed, XUINotifyPress* pNotifyPressData,BOOL& rfHandled); -}; +}; \ No newline at end of file