projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added methods for folding
[wxWidgets.git]
/
include
/
wx
/
msw
/
choice.h
diff --git
a/include/wx/msw/choice.h
b/include/wx/msw/choice.h
index 654f1af915fc9723eef709817b2ac6bbf47bd876..f60a02305716fc4f2c11096a3f75d63d6aba3122 100644
(file)
--- a/
include/wx/msw/choice.h
+++ b/
include/wx/msw/choice.h
@@
-74,7
+74,7
@@
protected:
virtual wxClientData* DoGetItemClientObject( int n ) const;
// MSW implementation
- virtual wxSize DoGetBestSize();
+ virtual wxSize DoGetBestSize()
const
;
virtual void DoSetSize(int x, int y,
int width, int height,
int sizeFlags = wxSIZE_AUTO);