unused param warning fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-11-12 19:31:35 +00:00
parent 148c45edfb
commit f76dbc4d52
2 changed files with 10 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ public:
// will also adjust its position/size)
//
// NB: the control should have toolbar as its parent
virtual bool AddControl(wxControl *control) { return FALSE; }
virtual bool AddControl(wxControl * WXUNUSED(control)) { return FALSE; }
virtual void AddSeparator();
virtual void ClearTools();