summaryrefslogtreecommitdiffstats
path: root/include/ingen/ClientInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/ClientInterface.hpp')
-rw-r--r--include/ingen/ClientInterface.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ingen/ClientInterface.hpp b/include/ingen/ClientInterface.hpp
index fc212850..a2086926 100644
--- a/include/ingen/ClientInterface.hpp
+++ b/include/ingen/ClientInterface.hpp
@@ -48,7 +48,8 @@ public:
virtual void error(const std::string& msg) = 0;
- virtual void activity(const Raul::Path& path) = 0;
+ virtual void activity(const Raul::Path& path,
+ const Raul::Atom& value) = 0;
};
} // namespace Ingen