projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use wxString::t_str() in calls to Windows API functions in wxMSW.
[wxWidgets.git]
/
interface
/
wx
/
choicebk.h
diff --git
a/interface/wx/choicebk.h
b/interface/wx/choicebk.h
index fff9b1e17e7c136ceed6b1e5ddb312d62ec4277c..239fc4dfd8ce4774f3a96504bf0a0f0a72674e52 100644
(file)
--- a/
interface/wx/choicebk.h
+++ b/
interface/wx/choicebk.h
@@
-63,7
+63,7
@@
public:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
- const wxString& name = wxEmptyStr);
+ const wxString& name = wxEmptyStr
ing
);
//@}
/**