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 3263a8c..e8da0d0 100644
--- a/src/rulebase.h
+++ b/src/rulebase.h
@@ -73,6 +73,9 @@ class RuleBase
void print(const std::string &text) const;
+ void print(const std::string &text,
+ const int lineNumber) const;
+
void printRaw(const std::string &text) const;
std::string getFile() const