]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
Added RTTI
[wxWidgets.git] / include / wx / msw / listbox.h
index 657c2c344a98efac1d9a7ce7645e5ed3361b12b9..9574e73e9f105506368240abd5de60fa6eed391e 100644 (file)
@@ -49,7 +49,10 @@ public:
             int n = 0, const wxString choices[] = NULL,
             long style = 0,
             const wxValidator& validator = wxDefaultValidator,
-            const wxString& name = wxListBoxNameStr);
+            const wxString& name = wxListBoxNameStr)
+    {
+        Create(parent, id, pos, size, n, choices, style, validator, name);
+    }
 
     bool Create(wxWindow *parent, wxWindowID id,
                 const wxPoint& pos = wxDefaultPosition,