Correct compilation error on Tiger
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -266,7 +266,7 @@ public:
|
|||||||
%Rename(FindItemById, virtual wxMenuItem*, FindItem(int id /*, wxMenu **menu = NULL*/) const);
|
%Rename(FindItemById, virtual wxMenuItem*, FindItem(int id /*, wxMenu **menu = NULL*/) const);
|
||||||
|
|
||||||
// find menu by its caption, return wxNOT_FOUND on failure
|
// find menu by its caption, return wxNOT_FOUND on failure
|
||||||
int FindMenu(const wxString& title) const;
|
int FindMenu(const wxString& title);
|
||||||
|
|
||||||
|
|
||||||
// all these functions just use FindItem() and then call an appropriate
|
// all these functions just use FindItem() and then call an appropriate
|
||||||
|
Reference in New Issue
Block a user