We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3975f0f commit 0dc5fdfCopy full SHA for 0dc5fdf
headers/modsecurity/rule_with_actions.h
@@ -43,7 +43,7 @@ class RuleWithActions : public Rule {
43
std::unique_ptr<std::string> fileName,
44
int lineNumber);
45
46
- ~RuleWithActions();
+ virtual ~RuleWithActions();
47
48
RuleWithActions(const RuleWithActions& r)
49
: Rule(r),
0 commit comments