X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be9b4caaea3c473fac197eefaffaf30af47ba256..628eae0bcd7916c57847b7eab739d4cc32534ccf:/wxPython/src/_menu.i 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);