diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/notifications/notifier_null.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/notifications/notifier_null.cpp b/src/notifications/notifier_null.cpp index 98a7e16..90571dd 100644 --- a/src/notifications/notifier_null.cpp +++ b/src/notifications/notifier_null.cpp @@ -2,4 +2,6 @@ Notifier::Notifier() {} +Notifier::~Notifier() {} + void Notifier::Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action) {} |