diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-03-10 20:42:03 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-03-10 20:42:03 -0500 |
commit | 823ba090f05a3b464f93721fc8ce2a6969e3bb67 (patch) | |
tree | 2fb36d49d93443ea1538ed879a489aad370396e1 | |
parent | 3f4ccefc78e31a306c48149253c592be3e663a26 (diff) | |
download | abaddon-portaudio-823ba090f05a3b464f93721fc8ce2a6969e3bb67.tar.gz abaddon-portaudio-823ba090f05a3b464f93721fc8ce2a6969e3bb67.zip |
fix build
-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 }; |