X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/blobdiff_plain/18dfc8c47b4fbd862cf1d2bbf245e2ff48eeb390..a5fd311b84821f8cfa9ce89725501385070e744d:/src/ruleparser.h diff --git a/src/ruleparser.h b/src/ruleparser.h index 9525f14..2e0904e 100644 --- a/src/ruleparser.h +++ b/src/ruleparser.h @@ -47,6 +47,7 @@ public: int minRevision; int maxRevision; int lineNumber; + bool annotate; enum Action { Ignore, @@ -54,7 +55,7 @@ public: Recurse } action; - Match() : minRevision(-1), maxRevision(-1), lineNumber(0), action(Ignore) { } + Match() : minRevision(-1), maxRevision(-1), lineNumber(0), annotate(false), action(Ignore) { } }; Rules(const QString &filename);