diff options
author | David Robillard <d@drobilla.net> | 2011-10-22 05:12:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-22 05:12:51 +0000 |
commit | 389da7d63b8e78baacf22cf52905dc5420079d71 (patch) | |
tree | 053f11351188f4bfc3086453d074ed36e513e394 /include | |
parent | d3c91af24a76bf999f18eab5cb5136857c93125a (diff) | |
download | ingen-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')
-rw-r--r-- | include/ingen/serialisation/Parser.hpp | 2 |
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>()); |