]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/toolbar.cpp
changing disclosure triangle to allow for label
[wxWidgets.git] / src / osx / carbon / toolbar.cpp
index 43248edb9c71ea358711df81c0c5c20b120b5d98..170c37baaa673bb8b8ef6919cc31a4355a1be948 100644 (file)
@@ -1523,7 +1523,7 @@ void wxToolBar::DoEnableTool(wxToolBarToolBase *WXUNUSED(t), bool WXUNUSED(enabl
     // everything already done in the tool's implementation
 }
 
-void wxToolBar::DoToggleTool(wxToolBarToolBase *t, bool toggle)
+void wxToolBar::DoToggleTool(wxToolBarToolBase *WXUNUSED(t), bool WXUNUSED(toggle))
 {
     // everything already done in the tool's implementation
 }