]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/menuitem.h
corrected DECLARE_DYNAMIC_CLASS use
[wxWidgets.git] / include / wx / os2 / menuitem.h
index 1e9d1d89b8bbc1fe2ecb1a8317ad5fb59cc24583..6a141f52f154b6514e07920a122f572ae8fbe27c 100644 (file)
@@ -17,6 +17,7 @@
 // ----------------------------------------------------------------------------
 
 #include "wx/defs.h"
+#include "wx/os2/private.h"     // for MENUITEM
 
 // an exception to the general rule that a normal header doesn't include other
 // headers - only because ownerdrw.h is not always included and I don't want
@@ -64,7 +65,7 @@ public:
     //
     // Override base class virtuals
     //
-    virtual void SetText(const wxString& rStrName);
+    virtual void SetItemLabel(const wxString& rStrName);
     virtual void SetCheckable(bool bCheckable);
 
     virtual void Enable(bool bDoEnable = true);