From: Robin Dunn Date: Sat, 7 May 2005 00:54:08 +0000 (+0000) Subject: a little cleanup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5fad19e3194e58f2d2e2bb0233801da48b4663a1 a little cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_menu.i b/wxPython/src/_menu.i index 38fe89cae5..dc6f3baa21 100644 --- a/wxPython/src/_menu.i +++ b/wxPython/src/_menu.i @@ -249,7 +249,7 @@ public: virtual void EnableTop(size_t pos, bool enable); // is the menu enabled? - virtual bool IsEnabledTop(size_t WXUNUSED(pos)) const { return true; } + virtual bool IsEnabledTop(size_t pos) const; // get or change the label of the menu at given position virtual void SetLabelTop(size_t pos, const wxString& label);