File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11v3.0.x - YYYY-MMM-DD (To be released)
22-------------------------------------
33
4+ - Fix a set of compilation warnings
5+ [Issue #1650 - @zimmerle, @JayCase]
46 - Check for disruptive action on SecDefaultAction.
57 [Issue #1614 - @zimmerle, @michaelgranzow-avi]
68 - Fix block-block infinite loop.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class Rule {
5050 std::string fileName,
5151 int lineNumber);
5252 explicit Rule (std::string marker);
53- ~Rule ();
53+ virtual ~Rule ();
5454
5555 virtual bool evaluate (Transaction *transaction,
5656 std::shared_ptr<RuleMessage> rm);
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class Rx : public Operator {
6060 const std::string& input,
6161 std::shared_ptr<RuleMessage> ruleMessage) override ;
6262
63- bool init (const std::string &arg, std::string *error);
63+ bool init (const std::string &arg, std::string *error) override ;
6464
6565 private:
6666 Regex *m_re;
You can’t perform that action at this time.
0 commit comments