]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combobox.h
removed duplicated members which have been moved to wxTreeCtrlBase
[wxWidgets.git] / include / wx / combobox.h
index 578801b858e189f8991e038cc4657c9f7990757f..051737b64677c4a63b7e33df13cd4c9943bd3aee 100644 (file)
@@ -59,6 +59,10 @@ public:
     virtual bool CanUndo() const = 0;
     virtual bool CanRedo() const = 0;
 
+
+    // redeclare inherited SetSelection() overload here as well to avoid
+    // virtual function hiding
+    virtual void SetSelection(int n) = 0;
 };
 
 // ----------------------------------------------------------------------------