fix unused parameter warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -473,7 +473,8 @@ WXDWORD wxToolBar::MSWGetStyle(long style, WXDWORD *exstyle) const
|
|||||||
// adding/removing tools
|
// adding/removing tools
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
bool wxToolBar::DoInsertTool(size_t WXUNUSED(pos), wxToolBarToolBase *tool)
|
bool wxToolBar::DoInsertTool(size_t WXUNUSED(pos),
|
||||||
|
wxToolBarToolBase * WXUNUSED(tool))
|
||||||
{
|
{
|
||||||
// nothing special to do here - we really create the toolbar buttons in
|
// nothing special to do here - we really create the toolbar buttons in
|
||||||
// Realize() later
|
// Realize() later
|
||||||
|
Reference in New Issue
Block a user