]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 13 Feb 2003 07:21:50 +0000 (07:21 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 13 Feb 2003 07:21:50 +0000 (07:21 +0000)
 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

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