/**
Get the string to find.
*/
- const wxString GetFindString();
+ const wxString& GetFindString();
/**
Get the combination of @c wxFindReplaceFlags values.
/**
Get the replacement string.
*/
- const wxString GetReplaceString();
+ const wxString& GetReplaceString();
/**
Set the string to find (used as initial value by the dialog).
/**
Destructor.
*/
- ~wxFindReplaceDialog();
+ virtual ~wxFindReplaceDialog();
/**
Creates the dialog; use wxWindow::Show to show it on screen.