diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-07 18:31:14 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-07 18:31:14 +0200 |
commit | bbafa23de92eb542f4c8266d484aed9faf88d360 (patch) | |
tree | 75edfa08d5f8ac4d0e620422df1d87e631f77a33 /src/RemoteControl.h | |
parent | e6f8d2c621727a7ee7dbafa6f9f06f6905e6cdb7 (diff) | |
parent | 39d6a781bbd9073aba30db15f57d8ce3c3e3ab92 (diff) | |
download | dabmux-bbafa23de92eb542f4c8266d484aed9faf88d360.tar.gz dabmux-bbafa23de92eb542f4c8266d484aed9faf88d360.tar.bz2 dabmux-bbafa23de92eb542f4c8266d484aed9faf88d360.zip |
Merge next into servicelinking
Diffstat (limited to 'src/RemoteControl.h')
-rw-r--r-- | src/RemoteControl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/RemoteControl.h b/src/RemoteControl.h index 5b735a8..fe8ac42 100644 --- a/src/RemoteControl.h +++ b/src/RemoteControl.h @@ -177,10 +177,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<RemoteControllable*> controllables; |