Adds support to the action `maturity'

This commit is contained in:
Felipe Zimmerle
2016-02-10 13:55:12 -03:00
parent 714df8db20
commit 8143f8ea89
6 changed files with 100 additions and 3 deletions

View File

@@ -83,6 +83,7 @@ Rule::Rule(std::string marker)
m_unconditional(false),
m_secmarker(true),
m_marker(marker),
m_maturity(0),
m_referenceCount(0),
m_fileName(""),
m_lineNumber(0) { }