From: Jouk Jansen Date: Thu, 13 Feb 2003 07:21:50 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c18670e45c5eb721f82c9c3f238500084810793b?hp=a08e7186b4563c4f17622c2cddbd9dd04d4d8a55 Committing in . Roving class reference within the class itself. Modified Files: wxWindows/src/univ/combobox.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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