mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Refactoring: Renames RuleBase to Rule
This commit is contained in:
@@ -43,7 +43,7 @@ class Driver;
|
||||
class RulesSetPhases {
|
||||
public:
|
||||
|
||||
bool insert(std::shared_ptr<RuleBase> rule);
|
||||
bool insert(std::shared_ptr<Rule> rule);
|
||||
|
||||
int append(RulesSetPhases *from, std::ostringstream *err);
|
||||
void dump() const;
|
||||
|
Reference in New Issue
Block a user