]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menuitem.h
Compilation fix.
[wxWidgets.git] / include / wx / msw / menuitem.h
index 6c6f5885a392d602ad72ab3bb6b9388114223a26..278f166c8f8637514e4e5bc370f851370a72ebec 100644 (file)
@@ -53,8 +53,11 @@ public:
 
     // the id for a popup menu is really its menu handle (as required by
     // ::AppendMenu() API), so this function will return either the id or the
-    // menu handle depending on what we're
-    int GetRealId() const;
+    // menu handle depending on what we are
+    //
+    // notice that it also returns the id as an unsigned int, as required by
+    // Win32 API
+    WXWPARAM GetMSWId() const;
 
     // mark item as belonging to the given radio group
     void SetAsRadioGroupStart();