From df9fc0187cb4c472190866fe352d42a415464a6b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Nov 2008 02:29:50 +0000 Subject: Tolate paths with '.' elements (e.g. ingen -egl ./foo.ingen.ttl). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1785 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 0210a4bb..b2d8d7e7 100644 --- a/src/serialisation/Parser.hpp +++ b/src/serialisation/Parser.hpp @@ -43,7 +43,7 @@ public: virtual bool parse_document( Ingen::Shared::World* world, Shared::CommonInterface* target, - const Glib::ustring& document_uri, + Glib::ustring document_uri, Glib::ustring engine_base, Glib::ustring object_uri, boost::optional symbol=boost::optional(), -- cgit v1.2.1