We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 928235c + b170c3d commit edff43dCopy full SHA for edff43d
1 file changed
lib/icinga/notificationcommand.hpp
@@ -25,7 +25,7 @@ class NotificationCommand final : public ObjectImpl<NotificationCommand>
25
26
static thread_local NotificationCommand::Ptr ExecuteOverride;
27
28
- virtual Dictionary::Ptr Execute(const intrusive_ptr<Notification>& notification,
+ Dictionary::Ptr Execute(const intrusive_ptr<Notification>& notification,
29
const User::Ptr& user, const CheckResult::Ptr& cr, const NotificationType& type,
30
const String& author, const String& comment,
31
const Dictionary::Ptr& resolvedMacros = nullptr,
0 commit comments