X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/adaaa68635b4c8a4d8c5284add40366ea3eefb07..c86b476dd540ac302ad023dc864c7c7d4f9ed823:/interface/wx/fdrepdlg.h?ds=sidebyside diff --git a/interface/wx/fdrepdlg.h b/interface/wx/fdrepdlg.h index f011ee982b..997e5330ba 100644 --- a/interface/wx/fdrepdlg.h +++ b/interface/wx/fdrepdlg.h @@ -124,7 +124,7 @@ public: /** Get the string to find. */ - const wxString GetFindString(); + const wxString& GetFindString(); /** Get the combination of @c wxFindReplaceFlags values. @@ -134,7 +134,7 @@ public: /** Get the replacement string. */ - const wxString GetReplaceString(); + const wxString& GetReplaceString(); /** Set the string to find (used as initial value by the dialog).