From d4ed0297e4b918ab67a1d1cd2337c307bb16caa2 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 22 Feb 2019 19:01:22 +0200 Subject: Modify mixer to use the new pipewire audiomixer binding Bug-AGL: SPEC-2473 Signed-off-by: George Kiagiadakis Change-Id: I45595d6bde1b710fb81216676c3f8a390f4e5737 --- app/audiorole.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/audiorole.hpp') 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(); -- cgit 1.2.3-korg