Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed May 31, 2020
1 parent 6c23d16 commit 8654a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions econtrol/ec_syntanal.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@ procedure TecSingleTagCondition.UpdateRegexes;
ReObj := TecRegExpr.Create;
ReObj.Expression := FTagList[i];
SetDefaultModifiers(ReObj);
ReObj.Compile;
FRegexes.Add(ReObj);
end;
end;
Expand Down

0 comments on commit 8654a08

Please sign in to comment.