summaryrefslogtreecommitdiffstats
path: root/include/ingen/serialisation/Parser.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-22 05:12:51 +0000
committerDavid Robillard <d@drobilla.net>2011-10-22 05:12:51 +0000
commit389da7d63b8e78baacf22cf52905dc5420079d71 (patch)
tree053f11351188f4bfc3086453d074ed36e513e394 /include/ingen/serialisation/Parser.hpp
parentd3c91af24a76bf999f18eab5cb5136857c93125a (diff)
downloadingen-389da7d63b8e78baacf22cf52905dc5420079d71.tar.gz
ingen-389da7d63b8e78baacf22cf52905dc5420079d71.tar.bz2
ingen-389da7d63b8e78baacf22cf52905dc5420079d71.zip
Simplify Parser.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3589 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include/ingen/serialisation/Parser.hpp')
-rw-r--r--include/ingen/serialisation/Parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/serialisation/Parser.hpp b/include/ingen/serialisation/Parser.hpp
index 3f7bcb35..db4bd7b7 100644
--- a/include/ingen/serialisation/Parser.hpp
+++ b/include/ingen/serialisation/Parser.hpp
@@ -52,7 +52,7 @@ public:
virtual bool parse_file(
Shared::World* world,
CommonInterface* target,
- Glib::ustring document_uri,
+ Glib::ustring path,
boost::optional<Raul::Path> parent = boost::optional<Raul::Path>(),
boost::optional<Raul::Symbol> symbol = boost::optional<Raul::Symbol>(),
boost::optional<Properties> data = boost::optional<Properties>());