]> git.lyx.org Git - features.git/commitdiff
lyxfind.cpp: this was accidentally removed in r31163
authorUwe Stöhr <uwestoehr@web.de>
Thu, 20 Aug 2009 00:36:52 +0000 (00:36 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 20 Aug 2009 00:36:52 +0000 (00:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31164 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfind.cpp

index 32ffc66d8005c1eae9fd17e5a25fc3db055c3b0b..aedc8f8e769596e415b63066cbb7c47c7c5128fc 100644 (file)
@@ -1052,6 +1052,9 @@ docstring stringifyFromForSearch(FindAndReplaceOptions const & opt,
 FindAndReplaceOptions::FindAndReplaceOptions(docstring const & search, bool casesensitive,
        bool matchword, bool forward, bool expandmacros, bool ignoreformat,
        bool regexp, docstring const & replace, bool keep_case)
+       : search(search), casesensitive(casesensitive), matchword(matchword),
+       forward(forward), expandmacros(expandmacros), ignoreformat(ignoreformat),
+       regexp(regexp), replace(replace), keep_case(keep_case)
 {
 }