X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d4b632ba3c0e5e5c43412d2d7a2b485b8fcebf2..cd6361037d5d19c47464fc5cb25de093bc2eb2c8:/src/os2/combobox.cpp diff --git a/src/os2/combobox.cpp b/src/os2/combobox.cpp index d8b0bd0e6d..a91a566f36 100644 --- a/src/os2/combobox.cpp +++ b/src/os2/combobox.cpp @@ -64,11 +64,7 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id, int n, const wxString choices[], long style, #if wxUSE_VALIDATORS -# if defined(__VISAGECPP__) - const wxValidator* validator, -# else const wxValidator& validator, -# endif #endif const wxString& name) {