[PowerRename] Set RegEx engine default flags to 0 (#15865)

This commit is contained in:
Stefan Markovic
2022-02-02 17:46:22 +01:00
committed by GitHub
parent 567cc50fb7
commit ddf96e28b8
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
#include "PowerRenameInterfaces.h"
#define DEFAULT_FLAGS MatchAllOccurences
#define DEFAULT_FLAGS 0
class CPowerRenameRegEx : public IPowerRenameRegEx
{