projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement wxColour constructors to match other ports by adding char const * and wchar...
[wxWidgets.git]
/
include
/
wx
/
os2
/
toolbar.h
diff --git
a/include/wx/os2/toolbar.h
b/include/wx/os2/toolbar.h
index 24adde3e98f1d7ffe18230ab60686bb11cd018ed..77617a36add4ffda9da6e18b74fb024dd5e1bb19 100644
(file)
--- a/
include/wx/os2/toolbar.h
+++ b/
include/wx/os2/toolbar.h
@@
-165,7
+165,8
@@
protected:
,const wxString& rsShortHelp
,const wxString& rsLongHelp
);
- virtual wxToolBarToolBase* CreateTool(wxControl* pControl);
+ virtual wxToolBarToolBase* CreateTool(wxControl* pControl,
+ const wxString& label);
//
// Helpers