mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-28 19:00:48 +00:00
refactor(userspace/engine): make constructor explicit
Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
This commit is contained in:
parent
775b5c5093
commit
432bd7a09d
@ -229,7 +229,7 @@ private:
|
|||||||
// A group of filters all having the same ruleset
|
// A group of filters all having the same ruleset
|
||||||
class ruleset_filters {
|
class ruleset_filters {
|
||||||
public:
|
public:
|
||||||
ruleset_filters(uint16_t ruleset_id): m_ruleset_id(ruleset_id) {}
|
explicit ruleset_filters(uint16_t ruleset_id): m_ruleset_id(ruleset_id) {}
|
||||||
|
|
||||||
virtual ~ruleset_filters() {};
|
virtual ~ruleset_filters() {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user