diff options
author | David Robillard <d@drobilla.net> | 2006-09-17 01:48:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-09-17 01:48:27 +0000 |
commit | d520692eb49ff9e5aded38061a204713571b095b (patch) | |
tree | 4a315eeeaeac945c2106d1052fcad887e5e0041d /src/libs/client/Store.h | |
parent | 939df9ccddc7b2396b2164fb385e258cbda5b51b (diff) | |
download | ingen-d520692eb49ff9e5aded38061a204713571b095b.tar.gz ingen-d520692eb49ff9e5aded38061a204713571b095b.tar.bz2 ingen-d520692eb49ff9e5aded38061a204713571b095b.zip |
Patch clearing.
git-svn-id: http://svn.drobilla.net/lad/ingen@141 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Store.h')
-rw-r--r-- | src/libs/client/Store.h | 1 |
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); |