aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruleparser.h')
-rw-r--r--src/ruleparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ruleparser.h b/src/ruleparser.h
index d70a39b..9525f14 100644
--- a/src/ruleparser.h
+++ b/src/ruleparser.h
@@ -50,7 +50,8 @@ public:
enum Action {
Ignore,
- Export
+ Export,
+ Recurse
} action;
Match() : minRevision(-1), maxRevision(-1), lineNumber(0), action(Ignore) { }