From c5f2b60893cd8a34a285d5e57484b498890b93e1 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 21 Jan 2015 19:57:59 -0600 Subject: require an explicit role for the sound so that we can differentiate between eg 'alarm' and 'alert' --- include/notifications/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/notifications') diff --git a/include/notifications/sound.h b/include/notifications/sound.h index f5f549c..d08c2e7 100644 --- a/include/notifications/sound.h +++ b/include/notifications/sound.h @@ -41,7 +41,7 @@ namespace notifications { class Sound { public: - Sound(const std::string& uri, unsigned int volume, bool loop); + Sound(const std::string& role, const std::string& uri, unsigned int volume, bool loop); ~Sound(); private: -- cgit v1.2.3