From 91854df6910bb54b75d7c7e072320a77ba13cda5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 20 Aug 2009 00:36:52 +0000 Subject: [PATCH] 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 --- src/lyxfind.cpp | 3 +++ 1 file changed, 3 insertions(+) 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) { } -- 2.39.5