diff --git a/extensions/splunk/SplunkHECProcessor.h b/extensions/splunk/SplunkHECProcessor.h index 0db5dc7bb04..79b02487c8c 100644 --- a/extensions/splunk/SplunkHECProcessor.h +++ b/extensions/splunk/SplunkHECProcessor.h @@ -39,7 +39,7 @@ class SplunkHECProcessor : public core::Processor { explicit SplunkHECProcessor(const std::string& name, const utils::Identifier& uuid = {}) : Processor(name, uuid) { } - ~SplunkHECProcessor() override {}; + ~SplunkHECProcessor() override = default; void initialize() override; void onSchedule(const std::shared_ptr &context, const std::shared_ptr &sessionFactory) override;