aboutsummaryrefslogtreecommitdiffstats
path: root/src/GuardIntervalInserter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GuardIntervalInserter.h')
-rw-r--r--src/GuardIntervalInserter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GuardIntervalInserter.h b/src/GuardIntervalInserter.h
index f88bdac..5aaad2b 100644
--- a/src/GuardIntervalInserter.h
+++ b/src/GuardIntervalInserter.h
@@ -58,7 +58,7 @@ class GuardIntervalInserter : public ModCodec, public RemoteControllable
/******* REMOTE CONTROL ********/
virtual void set_parameter(const std::string& parameter, const std::string& value) override;
virtual const std::string get_parameter(const std::string& parameter) const override;
- virtual const RemoteControllable::map_t get_all_values() const override;
+ virtual const json::map_t get_all_values() const override;
protected:
void update_window(size_t new_window_overlap);