]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
compilation fix for non-threaded compilation (threads are still broken
[wxWidgets.git] / src / generic / listctrl.cpp
index 83858c0e9db98edcf60263eee67a3d9dc2c92f76..98060e7927f09c674755b70a50727870b93f2771 100644 (file)
@@ -2697,11 +2697,9 @@ bool wxListCtrl::Create(wxWindow *parent,
     {
         style = style | wxLC_LIST;
     }
-
-    //
-    // FIXME BJ: as wxControl derives from wxWindow, a validator cannot be passed as parameter
-    //  bool ret = wxControl::Create( parent, id, pos, size, style, validator, name );
-    bool ret = wxControl::Create( parent, id, pos, size, style, name );
+  
+    bool ret = wxControl::Create( parent, id, pos, size, style, validator, name );
+  
     
     if (style & wxSUNKEN_BORDER)
         style -= wxSUNKEN_BORDER;