mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Added missing override keyword as reported by cppcheck 2.14
This commit is contained in:
committed by
Eduardo Arias
parent
1eed8b9288
commit
da38f20e19
@@ -74,7 +74,7 @@ class InMemoryPerProcess :
|
||||
public Collection {
|
||||
public:
|
||||
explicit InMemoryPerProcess(const std::string &name);
|
||||
~InMemoryPerProcess();
|
||||
~InMemoryPerProcess() override;
|
||||
void store(const std::string &key, const std::string &value);
|
||||
|
||||
bool storeOrUpdateFirst(const std::string &key,
|
||||
|
Reference in New Issue
Block a user