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 --- ingen/AtomReader.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/AtomReader.hpp') diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp index bab50433..370286d8 100644 --- a/ingen/AtomReader.hpp +++ b/ingen/AtomReader.hpp @@ -45,7 +45,7 @@ public: Interface& iface); ~AtomReader() {} - static bool is_message(URIs& uris, const LV2_Atom* msg); + static bool is_message(const URIs& uris, const LV2_Atom* msg); bool write(const LV2_Atom* msg); -- cgit v1.2.1