]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/combobox.cpp
Disable typemap for wxImage constructors
[wxWidgets.git] / src / mac / carbon / combobox.cpp
index 110daa1c21545afef76e1f5df17d90e329eb95cd..d653c99c059dd7a1ae1125923fc2f6e1d79eef3f 100644 (file)
@@ -332,7 +332,7 @@ bool wxComboBox::Create(wxWindow *parent, wxWindowID id,
            const wxString& name)
 {
     if ( !wxControl::Create(parent, id, wxDefaultPosition, wxDefaultSize, style ,
-                            wxDefaultValidator, name) )
+                            validator, name) )
     {
         return false;
     }