From 823ba090f05a3b464f93721fc8ce2a6969e3bb67 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 10 Mar 2023 20:42:03 -0500 Subject: fix build --- src/notifications/notifier.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 }; -- cgit v1.2.3