X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ce3452d329e67859c4ccc195b1e6779c914a32c..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/osx/combobox.h diff --git a/include/wx/osx/combobox.h b/include/wx/osx/combobox.h index 05c14a96aa..d7d16f503f 100644 --- a/include/wx/osx/combobox.h +++ b/include/wx/osx/combobox.h @@ -4,7 +4,6 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -104,10 +103,10 @@ class WXDLLIMPEXP_CORE wxComboBox : virtual unsigned int GetCount() const; + virtual void SetValue(const wxString& value); // these methods are provided by wxTextEntry for the native impl. #if wxOSX_USE_CARBON // Text field functions - virtual void SetValue(const wxString& value); virtual wxString GetValue() const; virtual void WriteText(const wxString& text);