]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fdrepdlg.h
Fixed Connect() use sample case in CreateControls() docs
[wxWidgets.git] / interface / wx / fdrepdlg.h
index e704d00c4e80ae4df015f1eea314cf7335229057..f011ee982b930ea02a39c274efd67c3ae495f706 100644 (file)
@@ -44,7 +44,6 @@ enum wxFindReplaceDialogStyles
 
 /**
     @class wxFindDialogEvent
-    @wxheader{fdrepdlg.h}
 
     wxFindReplaceDialog events
 
@@ -100,7 +99,6 @@ public:
 
 /**
     @class wxFindReplaceData
-    @wxheader{fdrepdlg.h}
 
     wxFindReplaceData holds the data for wxFindReplaceDialog.
 
@@ -158,7 +156,6 @@ public:
 
 /**
     @class wxFindReplaceDialog
-    @wxheader{fdrepdlg.h}
 
     wxFindReplaceDialog is a standard modeless dialog which is used to allow the
     user to search for some text (and possibly replace it with something else).
@@ -192,7 +189,7 @@ public:
     /**
         Destructor.
     */
-    ~wxFindReplaceDialog();
+    virtual ~wxFindReplaceDialog();
 
     /**
         Creates the dialog; use wxWindow::Show to show it on screen.