X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e181c7a2c32193fc8138cc32ed07984eadd4a21..0d6e0565c62a19264eb7d02dc2c2a1bad403d3f7:/include/wx/osx/core/private.h diff --git a/include/wx/osx/core/private.h b/include/wx/osx/core/private.h index 462e0e882f..fd50f3b047 100644 --- a/include/wx/osx/core/private.h +++ b/include/wx/osx/core/private.h @@ -495,6 +495,8 @@ public: // interface to be implemented by a textcontrol // +class WXDLLIMPEXP_FWD_CORE wxTextAttr; + // common interface for all implementations class WXDLLIMPEXP_CORE wxTextWidgetImpl @@ -518,7 +520,7 @@ public : virtual void Paste() ; virtual bool CanPaste() const ; virtual void SetEditable( bool editable ) ; - virtual wxTextPos GetLastPosition() const ; + virtual long GetLastPosition() const ; virtual void Replace( long from, long to, const wxString &str ) ; virtual void Remove( long from, long to ) ;