summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/Store.h')
-rw-r--r--src/libs/client/Store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/client/Store.h b/src/libs/client/Store.h
index cd27e5d6..ff617d37 100644
--- a/src/libs/client/Store.h
+++ b/src/libs/client/Store.h
@@ -83,6 +83,7 @@ private:
void new_port_event(const Path& path, const string& data_type, bool is_output);
void patch_enabled_event(const Path& path);
void patch_disabled_event(const Path& path);
+ void patch_cleared_event(const Path& path);
void metadata_update_event(const Path& subject_path, const string& predicate, const Atom& value);
void control_change_event(const Path& port_path, float value);
void connection_event(const Path& src_port_path, const Path& dst_port_path);