projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changed wxString::StartsWidth/EndsWidth to take wxString argument instead of wxChar*
[wxWidgets.git]
/
include
/
wx
/
msw
/
button.h
diff --git
a/include/wx/msw/button.h
b/include/wx/msw/button.h
index 25f4ba1ad735b855111b46e8f9cd197a29c680ac..7fc7e0f0a215260158381fd46cf384f44a81b4cc 100644
(file)
--- a/
include/wx/msw/button.h
+++ b/
include/wx/msw/button.h
@@
-43,7
+43,7
@@
public:
virtual ~wxButton();
- virtual
void
SetDefault();
+ virtual
wxWindow *
SetDefault();
// implementation from now on
virtual void Command(wxCommandEvent& event);