]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Restored the ability to set the background colour for a toolbar on Windows
[wxWidgets.git] / include / wx / msw / textctrl.h
index 1fb28361f6c28d1466dae07a4a1999b6e329e3fe..736beed112b9c6b8fb8f1100ba08fb6be5f094fd 100644 (file)
@@ -131,7 +131,7 @@ public:
     virtual void SetInsertionPoint(long pos);
     virtual void SetInsertionPointEnd();
     virtual long GetInsertionPoint() const;
-    virtual long GetLastPosition() const;
+    virtual wxTextPos GetLastPosition() const;
 
     virtual void SetSelection(long from, long to);
     virtual void SetEditable(bool editable);