]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fdrepdlg.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / fdrepdlg.h
index ca61b13e168f2f8aaa906896c03b832f872d75b7..fa9d16c4ac8e07fcebeac704b2f4df4965dda9cc 100644 (file)
@@ -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).