diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-02-22 19:01:22 +0200 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-06-10 16:04:20 +0300 |
commit | d4ed0297e4b918ab67a1d1cd2337c307bb16caa2 (patch) | |
tree | b005d28b1d00bc8619c6bcd8e15778e332ec07c8 /app/audiorole.hpp | |
parent | 0f19df88ec387747300c9da05987f794a19461cc (diff) |
Modify mixer to use the new pipewire audiomixer binding
Bug-AGL: SPEC-2473
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Change-Id: I45595d6bde1b710fb81216676c3f8a390f4e5737
Diffstat (limited to 'app/audiorole.hpp')
-rw-r--r-- | app/audiorole.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/audiorole.hpp b/app/audiorole.hpp index afc3665..75d9148 100644 --- a/app/audiorole.hpp +++ b/app/audiorole.hpp @@ -26,7 +26,7 @@ public: void setValue(int value); void BeginUpdate(); - void EndUpdate(); + bool EndUpdate(); signals: void NameChanged(); |