fix wxGTK1 compilation after wxTextEntry DoGetValue() change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-03 09:21:35 +00:00
parent 417943bf06
commit 55410bb4f6
4 changed files with 6 additions and 6 deletions

View File

@@ -42,8 +42,6 @@ public:
// implement base class pure virtuals
// ----------------------------------
virtual wxString GetValue() const;
virtual int GetLineLength(long lineNo) const;
virtual wxString GetLineText(long lineNo) const;
virtual int GetNumberOfLines() const;
@@ -181,6 +179,7 @@ protected:
virtual bool UseGTKStyleBase() const { return true; }
virtual void DoSetValue(const wxString &value, int flags = 0);
virtual wxString DoGetValue() const;
private:
// change the font for everything in this control