summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-27 02:29:50 +0000
committerDavid Robillard <d@drobilla.net>2008-11-27 02:29:50 +0000
commitdf9fc0187cb4c472190866fe352d42a415464a6b (patch)
treecc14b20751759629668ed5efa816622ce6c77598 /src/serialisation/Parser.hpp
parentca3bd4c24b7db71b774a560dc4089321d74fee4d (diff)
downloadingen-df9fc0187cb4c472190866fe352d42a415464a6b.tar.gz
ingen-df9fc0187cb4c472190866fe352d42a415464a6b.tar.bz2
ingen-df9fc0187cb4c472190866fe352d42a415464a6b.zip
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
Diffstat (limited to 'src/serialisation/Parser.hpp')
-rw-r--r--src/serialisation/Parser.hpp2
1 files changed, 1 insertions, 1 deletions
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<Raul::Symbol> symbol=boost::optional<Raul::Symbol>(),