Skip to content

Commit

Permalink
Update extensions/splunk/SplunkHECProcessor.h
Browse files Browse the repository at this point in the history
Co-authored-by: Márton Szász <[email protected]>
  • Loading branch information
martinzink and szaszm authored Jan 3, 2022
1 parent 6de4f25 commit 4e66579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/splunk/SplunkHECProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<core::ProcessContext> &context, const std::shared_ptr<core::ProcessSessionFactory> &sessionFactory) override;
Expand Down

0 comments on commit 4e66579

Please sign in to comment.