]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix.
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 10 Mar 2000 20:55:15 +0000 (20:55 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Fri, 10 Mar 2000 20:55:15 +0000 (20:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/menuitem.h

index 4e36724c7e78cb10c880014ca97f263bc47d6f52..8436d0d006f103561f4a3417ee9a8f62b8983aa0 100644 (file)
@@ -44,7 +44,7 @@ class WXDLLEXPORT wxMenuItem: public wxMenuItemBase
 public:
     // ctor & dtor
     wxMenuItem( wxMenu*         pParentMenu = NULL
-               ,int             nId = ID_SEPARATOR
+               ,int             nId = wxID_SEPARATOR
                ,const wxString& rStrName = ""
                ,const wxString& rWxHelp = ""
                ,bool            bCheckable = FALSE