]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tbarsmpl.cpp
Unicode compilation fix
[wxWidgets.git] / src / generic / tbarsmpl.cpp
index e2a28f3f7ec59e49d11831ab9f8cae1045504cda..80c03b97f17fac3b1e0678b2c1c178518e4ad9de 100644 (file)
@@ -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;