]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menuitem.h
don't pass unnecessary arguments to FindOrCreateBrush/Pen()
[wxWidgets.git] / include / wx / menuitem.h
index 55a6a3172f9296b8875b8638c939c1c55dbd4017..f8cf44752a27b4944bd754bc6d6586319b84cc87 100644 (file)
@@ -145,7 +145,7 @@ public:
     }
 
 protected:
-    int           m_id;             // numeric id of the item >= 0 or wxID_ANY or wxID_SEPARATOR
+    wxWindowIDRef m_id;             // numeric id of the item >= 0 or wxID_ANY or wxID_SEPARATOR
     wxMenu       *m_parentMenu,     // the menu we belong to
                  *m_subMenu;        // our sub menu or NULL
     wxString      m_text,           // label of the item