X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2ca829e7dc84e32a0949cbd852adf9b59cacd0b..d6379fa35ae3de7140bd79623fc7ffeb9e6d6be1:/src/univ/combobox.cpp diff --git a/src/univ/combobox.cpp b/src/univ/combobox.cpp index 4f7263b30c..554986b033 100644 --- a/src/univ/combobox.cpp +++ b/src/univ/combobox.cpp @@ -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