]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
added missing joystick source file for wxMotif
[wxWidgets.git] / include / wx / textctrl.h
index 98155be3077018b602f1497bd040d0e5a2017009..25c0c09dfafa8d3a33fef39a118adefea36031cd 100644 (file)
@@ -157,7 +157,7 @@ public:
     // If the return values from and to are the same, there is no selection.
     virtual void GetSelection(long* from, long* to) const = 0;
 
-    virtual wxString GetSelection() const;
+    virtual wxString GetStringSelection() const;
 
     // operations
     // ----------