X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/475d0f2475acc37ce292078ab7292bc571642464..b09857ae000a60704207d63290be937584805fb0:/interface/wx/fdrepdlg.h diff --git a/interface/wx/fdrepdlg.h b/interface/wx/fdrepdlg.h index ca61b13e16..fa9d16c4ac 100644 --- a/interface/wx/fdrepdlg.h +++ b/interface/wx/fdrepdlg.h @@ -130,7 +130,7 @@ public: /** Get the string to find. */ - const wxString& GetFindString(); + const wxString& GetFindString() const; /** Get the combination of @c wxFindReplaceFlags values. @@ -140,7 +140,7 @@ public: /** Get the replacement string. */ - const wxString& GetReplaceString(); + const wxString& GetReplaceString() const; /** Set the string to find (used as initial value by the dialog).