projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changing the number of items in wxHtmlListBox should flush the cache
[wxWidgets.git]
/
src
/
os2
/
radiobox.cpp
diff --git
a/src/os2/radiobox.cpp
b/src/os2/radiobox.cpp
index 01871f8e904750d55dfa65ede3e945bd81dd0e39..b0d640ae17bd697d25a93df04a38397484b16344 100644
(file)
--- a/
src/os2/radiobox.cpp
+++ b/
src/os2/radiobox.cpp
@@
-263,9
+263,7
@@
bool wxRadioBox::Create(
, const wxString asChoices[]
, int nMajorDim
, long lStyle
-#if wxUSE_VALIDATORS
, const wxValidator& rVal
-#endif
, const wxString& rsName
)
{
@@
-288,9
+286,7
@@
bool wxRadioBox::Create(
,rPos
,rSize
,lStyle
-#if wxUSE_VALIDATORS
,rVal
-#endif
,rsName
))
return FALSE;