diff --git a/server/modules/filter/masking/maskingrules.hh b/server/modules/filter/masking/maskingrules.hh index 5fb195ae8..7b1d5cc4d 100644 --- a/server/modules/filter/masking/maskingrules.hh +++ b/server/modules/filter/masking/maskingrules.hh @@ -82,7 +82,7 @@ public: const std::string& database, const std::vector& applies_to, const std::vector& exempted); - ~Rule(); + virtual ~Rule(); std::string match() const;