]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fdrepdlg.h
generate a text event even if SetValue() didn't really chaneg anything
[wxWidgets.git] / include / wx / fdrepdlg.h
index aa3965ff6bbbb4c9687c080ee8c6cab614a3bef5..d5688d5090a3f127e2e19acc5d14b441c256aba8 100644 (file)
@@ -124,10 +124,12 @@ protected:
 
     // the last string we searched for
     wxString m_lastSearch;
+
+    DECLARE_NO_COPY_CLASS(wxFindReplaceDialogBase)
 };
 
 // include wxFindReplaceDialog declaration
-#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
+#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) && !defined(__WXWINCE__)
     #include "wx/msw/fdrepdlg.h"
 #else
     #define wxGenericFindReplaceDialog wxFindReplaceDialog
@@ -161,7 +163,7 @@ public:
 private:
     wxString m_strReplace;
 
-    DECLARE_DYNAMIC_CLASS(wxFindDialogEvent)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxFindDialogEvent)
 };
 
 BEGIN_DECLARE_EVENT_TYPES()