]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / samples / dialogs / dialogs.h
index 5c3396b96b2c9c15aa49e0f147b882aa0b051be6..3193e26f2f5320aee9d8041f20d5ecd019b177d7 100644 (file)
@@ -100,6 +100,9 @@ private:
 
 #if wxUSE_FINDREPLDLG
     wxFindReplaceData m_findData;
+
+    wxFindReplaceDialog *m_dlgFind,
+                        *m_dlgReplace;
 #endif // wxUSE_FINDREPLDLG
 
     DECLARE_EVENT_TABLE()