diff options
Diffstat (limited to 'include/m_gui.h')
-rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index 18f47b90c0..462dbd3053 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -505,7 +505,7 @@ public: void Enable(bool bIsEnable = true);
__forceinline void Disable() { Enable(false); }
- BOOL Enabled(void) const;
+ bool Enabled(void) const;
void NotifyChange();
|