From 389da7d63b8e78baacf22cf52905dc5420079d71 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sat, 22 Oct 2011 05:12:51 +0000
Subject: Simplify Parser.

git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3589 a436a847-0d15-0410-975c-d299462d15a1
---
 include/ingen/serialisation/Parser.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

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>());
-- 
cgit v1.2.1