projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed TABs positioning inside <pre> so that tags don't throw it apart
[wxWidgets.git]
/
src
/
gtk1
/
tbargtk.cpp
diff --git
a/src/gtk1/tbargtk.cpp
b/src/gtk1/tbargtk.cpp
index 462561c522db9f6d87122ed0d5c3b3be29f0ed38..6b5a785f2c5a776edd7e0068b79c699d817e5466 100644
(file)
--- a/
src/gtk1/tbargtk.cpp
+++ b/
src/gtk1/tbargtk.cpp
@@
-482,7
+482,7
@@
bool wxToolBar::DoInsertTool(size_t pos, wxToolBarToolBase *toolBase)
return true;
}
return true;
}
-bool wxToolBar::DoDeleteTool(size_t
pos
, wxToolBarToolBase *toolBase)
+bool wxToolBar::DoDeleteTool(size_t
WXUNUSED(pos)
, wxToolBarToolBase *toolBase)
{
wxToolBarTool *tool = (wxToolBarTool *)toolBase;
{
wxToolBarTool *tool = (wxToolBarTool *)toolBase;