diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-01-21 19:57:59 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-01-21 19:57:59 -0600 |
commit | c5f2b60893cd8a34a285d5e57484b498890b93e1 (patch) | |
tree | d25825ca18cf7ecf971a55fd421efdfdeaa8a881 /include/notifications | |
parent | ba986b6071161b7f3179dfb524f6c8c5d3ea23d1 (diff) | |
download | ayatana-indicator-datetime-c5f2b60893cd8a34a285d5e57484b498890b93e1.tar.gz ayatana-indicator-datetime-c5f2b60893cd8a34a285d5e57484b498890b93e1.tar.bz2 ayatana-indicator-datetime-c5f2b60893cd8a34a285d5e57484b498890b93e1.zip |
require an explicit role for the sound so that we can differentiate between eg 'alarm' and 'alert'
Diffstat (limited to 'include/notifications')
-rw-r--r-- | include/notifications/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |