fix null notifier again maybe

This commit is contained in:
ouwou
2023-03-10 03:11:03 -05:00
parent e06e574206
commit 3889991e16

View File

@@ -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) {}