]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private.h
Removed redundant wxPGChoices::Set()
[wxWidgets.git] / include / wx / osx / core / private.h
index 462e0e882ff142f858d03a2fb2f9248973b51a03..fd50f3b047866fbdbc4707750d79223115bdf9c3 100644 (file)
@@ -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 ) ;