X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.h;h=781411ce966dccd03b44fc719b5fd1b0ab3e37b7;hb=68b60ec529db2e7bfe642bd09902824ea69e2fb5;hp=94efba865e43e6575dfc5943a42e3f424afc37f6;hpb=8f821dba70647b1547473aa44926eb1e6819b7a0;p=lyx.git diff --git a/src/lyxfind.h b/src/lyxfind.h index 94efba865e..781411ce96 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -101,7 +101,8 @@ public: SearchScope scope = S_BUFFER, SearchRestriction restr = R_EVERYTHING ); - FindAndReplaceOptions() {} + FindAndReplaceOptions() : casesensitive(false), matchword(false), forward(false), + expandmacros(false), ignoreformat(false) {} docstring find_buf_name; bool casesensitive; bool matchword;