Adds support the variable rule

Issue #1016
This commit is contained in:
Felipe Zimmerle
2016-06-20 13:52:45 -03:00
parent 45bfb594b9
commit 56d084a7f4
12 changed files with 415 additions and 6 deletions

View File

@@ -38,7 +38,6 @@ class Severity : public Action {
RuleMessage *rm) override;
bool init(std::string *error);
private:
int m_severity;
};