summaryrefslogtreecommitdiffstats
path: root/raul/RDFModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/RDFModel.h')
-rw-r--r--raul/RDFModel.h2
1 files changed, 1 insertions, 1 deletions
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);