more unused param warnings fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -164,7 +164,8 @@ wxToolBarToolBase *wxToolBarSimple::AddTool(int id,
|
||||
helpString1, helpString2);
|
||||
}
|
||||
|
||||
bool wxToolBarSimple::DoInsertTool(size_t pos, wxToolBarToolBase *toolBase)
|
||||
bool wxToolBarSimple::DoInsertTool(size_t WXUNUSED(pos),
|
||||
wxToolBarToolBase *toolBase)
|
||||
{
|
||||
wxToolBarToolSimple *tool = (wxToolBarToolSimple *)toolBase;
|
||||
|
||||
|
Reference in New Issue
Block a user