From 9dadfb83f9ce69a870362824bc6a3cad371385af Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Aug 2008 20:16:21 +0000 Subject: Set/send/etc properties through the engine. Add 'ingen:selected' property so selection is persistent and shared among clients. git-svn-id: http://svn.drobilla.net/lad/ingen@1424 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/serialisation/Parser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/serialisation/Parser.hpp') diff --git a/src/libs/serialisation/Parser.hpp b/src/libs/serialisation/Parser.hpp index 45891084..948a6248 100644 --- a/src/libs/serialisation/Parser.hpp +++ b/src/libs/serialisation/Parser.hpp @@ -95,7 +95,7 @@ private: Ingen::Shared::CommonInterface* target, Redland::Model& model, const Glib::ustring& base_uri, - Glib::ustring subject, + const Glib::ustring& subject, Raul::Path path, boost::optional data); -- cgit v1.2.1