]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Account for old versions of Pygments
[lyx.git] / src / lyxfind.h
index 94efba865e43e6575dfc5943a42e3f424afc37f6..727b17f466a74051979e5311869b71c4380ecda4 100644 (file)
@@ -101,7 +101,9 @@ public:
                SearchScope scope = S_BUFFER,
                SearchRestriction restr = R_EVERYTHING
        );
-       FindAndReplaceOptions() {}
+       FindAndReplaceOptions() : casesensitive(false), matchword(false), forward(false),
+                                 expandmacros(false), ignoreformat(false),
+                                                         keep_case(false), scope(S_BUFFER), restr(R_EVERYTHING) {}
        docstring find_buf_name;
        bool casesensitive;
        bool matchword;