summaryrefslogtreecommitdiff
path: root/src/notifications/notifier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications/notifier.hpp')
-rw-r--r--src/notifications/notifier.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifications/notifier.hpp b/src/notifications/notifier.hpp
index 9007dc8..869b918 100644
--- a/src/notifications/notifier.hpp
+++ b/src/notifications/notifier.hpp
@@ -11,7 +11,7 @@ public:
Notifier();
~Notifier();
- void Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action);
+ void Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action, const std::string &icon_path);
private:
#ifdef WITH_MINIAUDIO