From bbf6621f4f9adedcd1af81fe1371460fa54d5e36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 May 2007 05:11:21 +0000 Subject: Fixed remote patch loading. git-svn-id: http://svn.drobilla.net/lad/raul@487 a436a847-0d15-0410-975c-d299462d15a1 --- raul/RDFModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raul') diff --git a/raul/RDFModel.h b/raul/RDFModel.h index 63cdb9d..576aec8 100644 --- a/raul/RDFModel.h +++ b/raul/RDFModel.h @@ -37,7 +37,7 @@ class World; class Model : public boost::noncopyable { public: Model(World& world); - Model(World& world, const Glib::ustring& uri); + Model(World& world, const Glib::ustring& uri, Glib::ustring base_uri=""); ~Model(); void serialize_to_file_handle(FILE* fd); -- cgit v1.2.1