]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/combobox.cpp
Applied patch [ 694561 ] FL Release build DLL include path
[wxWidgets.git] / src / univ / combobox.cpp
index 4f7263b30c95898eb3028d91d06af674ffc7ab89..554986b03330f7c5783c48b9ca4aff5071e5d34c 100644 (file)
@@ -125,7 +125,7 @@ public:
     virtual bool SetSelection(const wxString& value);
     virtual wxControl *GetControl() { return this; }
     virtual void OnShow();
-    virtual wxCoord wxComboListBox::GetBestWidth() const;
+    virtual wxCoord GetBestWidth() const;
 
 protected:
     // we shouldn't return height too big from here