X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..4582ed947831b29121287904a79a384d16c7aa91:/interface/wx/fdrepdlg.h?ds=sidebyside diff --git a/interface/wx/fdrepdlg.h b/interface/wx/fdrepdlg.h index eb288225e8..a396bab8f8 100644 --- a/interface/wx/fdrepdlg.h +++ b/interface/wx/fdrepdlg.h @@ -45,7 +45,7 @@ enum wxFindReplaceDialogStyles /** @class wxFindDialogEvent - wxFindReplaceDialog events + wxFindReplaceDialog events. @beginEventTable{wxFindDialogEvent} @event{EVT_FIND(id, func)} @@ -111,7 +111,7 @@ public: dialog and calling them has no effect later. @library{wxcore} - @category{data} + @category{cmndlg,data} */ class wxFindReplaceData : public wxObject { @@ -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). @@ -189,7 +189,7 @@ public: /** Destructor. */ - ~wxFindReplaceDialog(); + virtual ~wxFindReplaceDialog(); /** Creates the dialog; use wxWindow::Show to show it on screen.