Skip to content

Commit edff43d

Browse files
authored
Merge pull request #10801 from Icinga/clang-warnings
Silence `unnecessary-virtual-specifier` clang warning
2 parents 928235c + b170c3d commit edff43d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/icinga/notificationcommand.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class NotificationCommand final : public ObjectImpl<NotificationCommand>
2525

2626
static thread_local NotificationCommand::Ptr ExecuteOverride;
2727

28-
virtual Dictionary::Ptr Execute(const intrusive_ptr<Notification>& notification,
28+
Dictionary::Ptr Execute(const intrusive_ptr<Notification>& notification,
2929
const User::Ptr& user, const CheckResult::Ptr& cr, const NotificationType& type,
3030
const String& author, const String& comment,
3131
const Dictionary::Ptr& resolvedMacros = nullptr,

0 commit comments

Comments
 (0)