summaryrefslogtreecommitdiff
path: root/src/rulebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rulebase.h')
-rw-r--r--src/rulebase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rulebase.h b/src/rulebase.h
index 9a1fbc2..3263a8c 100644
--- a/src/rulebase.h
+++ b/src/rulebase.h
@@ -75,6 +75,9 @@ class RuleBase
void printRaw(const std::string &text) const;
+ std::string getFile() const
+ { return file; }
+
protected:
void addMask(const std::string &mask);