]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toolbar.cpp
added a section about Connect(), improve/streamline the one about event tables
[wxWidgets.git] / src / msw / toolbar.cpp
index 7e0a93f4edeb8e535cbd286954356ef0ad79d484..1c30b4ffa8be7c26f1470f288edea1ec0cdf2cf0 100644 (file)
@@ -473,7 +473,8 @@ WXDWORD wxToolBar::MSWGetStyle(long style, WXDWORD *exstyle) const
 // 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
     // Realize() later