diff options
Diffstat (limited to 'src/notifications/notifier.hpp')
-rw-r--r-- | src/notifications/notifier.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifications/notifier.hpp b/src/notifications/notifier.hpp index 987b123..bed7495 100644 --- a/src/notifications/notifier.hpp +++ b/src/notifications/notifier.hpp @@ -14,7 +14,7 @@ public: void Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action, const std::string &icon_path); private: -#ifdef WITH_MINIAUDIO +#ifdef ENABLE_NOTIFICATION_SOUNDS ma_engine m_engine; #endif }; |