X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/45f22d48cdd5f8cc57b9ddc6f48c7c953adbb940..dad5f99acb6b3400ff73562c03db2f3f21b658cd:/include/wx/menu.h diff --git a/include/wx/menu.h b/include/wx/menu.h index 293ce4a763..0ffe2447a9 100644 --- a/include/wx/menu.h +++ b/include/wx/menu.h @@ -353,7 +353,7 @@ public: virtual void EnableTop(size_t pos, bool enable) = 0; // is the menu enabled? - virtual bool IsEnabledTop(size_t pos) const { return TRUE; } + virtual bool IsEnabledTop(size_t WXUNUSED(pos)) const { return TRUE; } // get or change the label of the menu at given position virtual void SetLabelTop(size_t pos, const wxString& label) = 0;