projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied patch [ 710608 ] wxImage::GetImageExtWildcard for image load/save dialogs.
[wxWidgets.git]
/
src
/
os2
/
combobox.cpp
diff --git
a/src/os2/combobox.cpp
b/src/os2/combobox.cpp
index 867815ccdfb6d78b0c08f23151d742458d75c1a6..90a8241fae21a63ca96348322652e631966e976a 100644
(file)
--- a/
src/os2/combobox.cpp
+++ b/
src/os2/combobox.cpp
@@
-95,9
+95,7
@@
bool wxComboBox::Create(
, int n
, const wxString asChoices[]
, long lStyle
-#if wxUSE_VALIDATORS
, const wxValidator& rValidator
-#endif
, const wxString& rsName
)
{
@@
-108,9
+106,7
@@
bool wxComboBox::Create(
,rPos
,rSize
,lStyle
-#if wxUSE_VALIDATORS
,rValidator
-#endif
,rsName
))
return FALSE;