summaryrefslogtreecommitdiff
path: root/src/notifications
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-03-10 03:11:03 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2023-03-10 03:11:03 -0500
commit3889991e16958d9c25bcc982a70aa232b3c16e9a (patch)
tree651a63d1967c29020bbd160ae1a4c33f16d9ec3f /src/notifications
parente06e574206990c5d0a57d526214f9bf482120412 (diff)
downloadabaddon-portaudio-3889991e16958d9c25bcc982a70aa232b3c16e9a.tar.gz
abaddon-portaudio-3889991e16958d9c25bcc982a70aa232b3c16e9a.zip
fix null notifier again maybe
Diffstat (limited to 'src/notifications')
-rw-r--r--src/notifications/notifier_null.cpp2
1 files changed, 1 insertions, 1 deletions
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) {}