]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/combobox.h
fixed wxHTML parsing to run in O(n) even in UTF8 build
[wxWidgets.git] / include / wx / cocoa / combobox.h
index 9423b28d94d9b0caba629b798fa8273310c84405..542626f165af9783de9b88a0803f734d15a9093e 100644 (file)
@@ -101,6 +101,10 @@ protected:
 // Implementation
 // ------------------------------------------------------------------------
 public:
+    // FIXME: Quit deriving from wxTextCtrl
+    void Clear() // HACK
+    {   wxComboBoxBase::Clear(); }
+
     // wxCombobox methods
     virtual void SetSelection(int pos);
     // Overlapping methods