summaryrefslogtreecommitdiff
path: root/src/rulebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rulebase.h')
-rw-r--r--src/rulebase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rulebase.h b/src/rulebase.h
index 4421291..9a1fbc2 100644
--- a/src/rulebase.h
+++ b/src/rulebase.h
@@ -71,11 +71,11 @@ class RuleBase
void terminateRule();
- protected:
void print(const std::string &text) const;
void printRaw(const std::string &text) const;
+ protected:
void addMask(const std::string &mask);
void deleteSelf();