]> git.lyx.org Git - features.git/commitdiff
Initialize member
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 4 Apr 2022 09:43:55 +0000 (11:43 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 4 Apr 2022 09:43:55 +0000 (11:43 +0200)
src/lyxfind.cpp

index 5ceb345e60bdde95f5c50aab78cb36d1b8498781..c4b6b96a13a03a0abaacaa39d35e3f20462b094b 100644 (file)
@@ -1060,7 +1060,7 @@ private:
        int close_wildcards;
 public:
        // Are we searching with regular expressions ?
-       bool use_regexp;
+       bool use_regexp = false;
        static int valid_matches;
        static vector <string> matches;
        void FillResults(MatchResult &found_mr);