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:
Robin Dunn
2005-05-02 23:43:18 +00:00
parent f3c2a60b95
commit be9b4caaea

View File

@@ -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