From 3889991e16958d9c25bcc982a70aa232b3c16e9a Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 10 Mar 2023 03:11:03 -0500 Subject: fix null notifier again maybe --- src/notifications/notifier_null.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications/notifier_null.cpp b/src/notifications/notifier_null.cpp index 90571dd..356d04d 100644 --- a/src/notifications/notifier_null.cpp +++ b/src/notifications/notifier_null.cpp @@ -4,4 +4,4 @@ Notifier::Notifier() {} Notifier::~Notifier() {} -void Notifier::Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action) {} +void Notifier::Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action, const std::string &icon_path) {} -- cgit v1.2.3