diff --git a/lib/icinga/notificationcommand.hpp b/lib/icinga/notificationcommand.hpp index a9e4fc3f2..1289c9811 100644 --- a/lib/icinga/notificationcommand.hpp +++ b/lib/icinga/notificationcommand.hpp @@ -25,7 +25,7 @@ public: static thread_local NotificationCommand::Ptr ExecuteOverride; - virtual Dictionary::Ptr Execute(const intrusive_ptr& notification, + Dictionary::Ptr Execute(const intrusive_ptr& notification, const User::Ptr& user, const CheckResult::Ptr& cr, const NotificationType& type, const String& author, const String& comment, const Dictionary::Ptr& resolvedMacros = nullptr,