From 732bfb33105b4a534bc17caae9a50a1ccfcd7570 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Oct 2015 19:27:39 +0000 Subject: Zero-copy to/from driver ports where possible git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5778 a436a847-0d15-0410-975c-d299462d15a1 --- src/AtomReader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AtomReader.cpp') diff --git a/src/AtomReader.cpp b/src/AtomReader.cpp index c7ef6e74..3b56233e 100644 --- a/src/AtomReader.cpp +++ b/src/AtomReader.cpp @@ -113,7 +113,7 @@ AtomReader::atom_to_path(const LV2_Atom* atom) } bool -AtomReader::is_message(URIs& uris, const LV2_Atom* msg) +AtomReader::is_message(const URIs& uris, const LV2_Atom* msg) { if (msg->type != uris.atom_Object) { return false; -- cgit v1.2.1