From f0ab93c4b80a675f4b2078afdd9bca75230ad267 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 8 Mar 2017 16:37:26 +0100 Subject: [PATCH] Initialize members spotted by coverity --- src/lyxfind.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lyxfind.h b/src/lyxfind.h index 781411ce96..727b17f466 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -102,7 +102,8 @@ public: SearchRestriction restr = R_EVERYTHING ); FindAndReplaceOptions() : casesensitive(false), matchword(false), forward(false), - expandmacros(false), ignoreformat(false) {} + expandmacros(false), ignoreformat(false), + keep_case(false), scope(S_BUFFER), restr(R_EVERYTHING) {} docstring find_buf_name; bool casesensitive; bool matchword; -- 2.39.5