diff options
Diffstat (limited to 'src/serialisation/Parser.hpp')
-rw-r--r-- | src/serialisation/Parser.hpp | 2 |
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>(), |