From b3c31c94eb572063ec97f24a89e5f7f98d5eae41 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 23:11:21 +0000 Subject: Working engine->client plugin information communication via HTTP. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2044 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Parser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/serialisation/Parser.hpp') diff --git a/src/serialisation/Parser.hpp b/src/serialisation/Parser.hpp index 4235f197..07855826 100644 --- a/src/serialisation/Parser.hpp +++ b/src/serialisation/Parser.hpp @@ -100,7 +100,7 @@ private: Ingen::Shared::CommonInterface* target, Redland::Model& model, const Redland::Node& subject, - const Raul::Path& path, + const Raul::URI& uri, boost::optional data=boost::optional()); bool parse_connections( -- cgit v1.2.1