Initialize member

This commit is contained in:
Juergen Spitzmueller 2022-04-04 11:43:55 +02:00
parent 681334ce20
commit bbf21502bf

View 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);