add destructor to dummy notifier

This commit is contained in:
ouwou
2023-03-06 23:28:07 -05:00
parent fbbfdc9606
commit 0620e51617

View File

@@ -2,4 +2,6 @@
Notifier::Notifier() {}
Notifier::~Notifier() {}
void Notifier::Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action) {}