From: Uwe Stöhr Date: Thu, 20 Aug 2009 00:36:52 +0000 (+0000) Subject: lyxfind.cpp: this was accidentally removed in r31163 X-Git-Tag: 2.0.0~5629 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=91854df6910bb54b75d7c7e072320a77ba13cda5;p=features.git lyxfind.cpp: this was accidentally removed in r31163 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31164 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index 32ffc66d80..aedc8f8e76 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -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) { }