]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/listbox.h
HTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN...
[wxWidgets.git] / include / wx / os2 / listbox.h
index 67d25700cca9385df5105443fb43f9934fdef9a0..5dc6a7a63adee371de7a427126205bdc9f2cd73a 100644 (file)
@@ -132,9 +132,9 @@ protected:
 #endif
 private:
   //Virtual function hiding suppression, do not use
-  wxControl *CreateItem(const wxItemResource* childResource,
-                        const wxItemResource* parentResource,
-                        const wxResourceTable *table = (const wxResourceTable *) NULL)
+  virtual wxControl *CreateItem(const wxItemResource* childResource,
+                                const wxItemResource* parentResource,
+                                const wxResourceTable *table = (const wxResourceTable *) NULL)
   { return(wxWindowBase::CreateItem(childResource, parentResource, table));};
 };