X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2ca829e7dc84e32a0949cbd852adf9b59cacd0b..9a55c2ee2a4ccc587cd14caeec0f48088d5984e0:/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