]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menuitem.h
compilation fix for non-PCH
[wxWidgets.git] / include / wx / menuitem.h
index 59d6e3de901db44e1061ed911266cecc50a61e04..2c4bf45bb57cc8c741e7b2e5a58afbc00869f3a0 100644 (file)
@@ -71,7 +71,7 @@ public:
     // what kind of menu item we are
     wxItemKind GetKind() const { return m_kind; }
 
-    virtual void SetCheckable(bool checkable) { m_kind = wxITEM_CHECK; }
+    virtual void SetCheckable(bool checkable) { m_kind = checkable ? wxITEM_CHECK : wxITEM_NORMAL; }
     bool IsCheckable() const
         { return m_kind == wxITEM_CHECK || m_kind == wxITEM_RADIO; }
 
@@ -163,8 +163,6 @@ private:
     #include "wx/mac/menuitem.h"
 #elif defined(__WXPM__)
     #include "wx/os2/menuitem.h"
-#elif defined(__WXSTUBS__)
-    #include "wx/stubs/menuitem.h"
 #endif
 #endif // wxUSE_BASE_CLASSES_ONLY/!wxUSE_BASE_CLASSES_ONLY