]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ctrlsub.h
make various control names constants of type char, not wxChar, as this is more compat...
[wxWidgets.git] / include / wx / ctrlsub.h
index c71a87835236cc20fc0973be4db0654b460d0e4f..453fe43438e006e66a43e4d31718ff5d8477a778 100644 (file)
@@ -73,7 +73,7 @@ public:
     bool SetStringSelection(const wxString& s);
 
     // return the selected string or empty string if none
-    wxString GetStringSelection() const;
+    virtual wxString GetStringSelection() const;
 
     // this is the same as SetSelection( for single-selection controls but
     // reads better for multi-selection ones