mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Initialize members spotted by coverity
This commit is contained in:
parent
ed15c31bf8
commit
f0ab93c4b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user