From a1c36919884e76c67c19896c526b139d84b8478c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 14 Mar 2014 13:24:12 +0100 Subject: Update RemoteControl from dabmux --- src/FIRFilter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/FIRFilter.h') diff --git a/src/FIRFilter.h b/src/FIRFilter.h index 8707dac..59e954d 100644 --- a/src/FIRFilter.h +++ b/src/FIRFilter.h @@ -108,8 +108,8 @@ public: const char* name() { return "FIRFilter"; } /******* REMOTE CONTROL ********/ - void set_parameter(string parameter, string value); - string get_parameter(string parameter); + virtual void set_parameter(const string& parameter, const string& value); + virtual const string get_parameter(const string& parameter) const; protected: -- cgit v1.2.3