X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b45c2fe579126a8c834ac6d41d8312e4a210eb9a..ac43092b9d4f932c3a911fca29f51de3fe094d7c:/include/wx/msw/frame.h?ds=sidebyside diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index caff90d67d..7b2e01632b 100644 --- a/include/wx/msw/frame.h +++ b/include/wx/msw/frame.h @@ -70,9 +70,9 @@ public: // TODO: should this go into a wxFrameworkSettings class perhaps? static void UseNativeStatusBar(bool useNative) - { m_useNativeStatusBar = useNative; }; + { m_useNativeStatusBar = useNative; } static bool UsesNativeStatusBar() - { return m_useNativeStatusBar; }; + { return m_useNativeStatusBar; } #endif // wxUSE_STATUSBAR #if wxUSE_MENUS