]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textcmn.cpp
fixed wxTaskBarIcon compilation
[wxWidgets.git] / src / common / textcmn.cpp
index 0ada7cb2f2f492a22f06e4f048a1f83ed66880d2..8b5744f1bf5815e5f37c47ed5218c7756d782dfe 100644 (file)
@@ -244,7 +244,7 @@ void wxTextCtrlBase::SelectAll()
     SetSelection(0, GetLastPosition());
 }
 
-wxString wxTextCtrlBase::GetSelection() const
+wxString wxTextCtrlBase::GetStringSelection() const
 {
     long from, to;
     GetSelection(&from, &to);