From 39d6a781bbd9073aba30db15f57d8ce3c3e3ab92 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 7 Oct 2016 18:31:02 +0200 Subject: Print to log when a setting is changed through RC --- src/RemoteControl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/RemoteControl.h') diff --git a/src/RemoteControl.h b/src/RemoteControl.h index c682826..1a81b42 100644 --- a/src/RemoteControl.h +++ b/src/RemoteControl.h @@ -176,10 +176,10 @@ class RemoteControllers { return controllable->get_parameter(param); } - void set_param(const std::string& name, const std::string& param, const std::string& value) { - RemoteControllable* controllable = get_controllable_(name); - return controllable->set_parameter(param, value); - } + void set_param( + const std::string& name, + const std::string& param, + const std::string& value); std::list controllables; -- cgit v1.2.3