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
This commit is contained in:
Jouk Jansen
2003-02-13 07:21:50 +00:00
parent a08e7186b4
commit c18670e45c

View 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