diff options
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(); |