summaryrefslogtreecommitdiffstats
path: root/ingen/AtomReader.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-01 17:47:37 -0400
committerDavid Robillard <d@drobilla.net>2016-10-01 17:49:08 -0400
commit75b62f5cb8a6bb5b0387969eeaa13715e505b9bc (patch)
tree501ee9f0788f59f710ca5c67a9f1a994bacede23 /ingen/AtomReader.hpp
parent98373a809cd82f254dddc7fd1eff9a6ec52c91b1 (diff)
downloadingen-75b62f5cb8a6bb5b0387969eeaa13715e505b9bc.tar.gz
ingen-75b62f5cb8a6bb5b0387969eeaa13715e505b9bc.tar.bz2
ingen-75b62f5cb8a6bb5b0387969eeaa13715e505b9bc.zip
Fix unit test responses and ensure events succeed
Diffstat (limited to 'ingen/AtomReader.hpp')
-rw-r--r--ingen/AtomReader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp
index 7bb4b359..09aa672a 100644
--- a/ingen/AtomReader.hpp
+++ b/ingen/AtomReader.hpp
@@ -45,7 +45,7 @@ public:
static bool is_message(const URIs& uris, const LV2_Atom* msg);
- bool write(const LV2_Atom* msg);
+ bool write(const LV2_Atom* msg, int32_t default_id=0);
private:
void get_atom(const LV2_Atom* in, Atom& out);