mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Initialize member
This commit is contained in:
parent
681334ce20
commit
bbf21502bf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user