From b7e47817ea15e7075bfc65aa9a79c6ea6bf6f2ee Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Jan 2013 05:24:26 +0000 Subject: Don't automatically add RDF namespace prefix to world. git-svn-id: http://svn.drobilla.net/sord/trunk@278 3d64ff67-21c5-427c-a301-fe4f08042e5a --- NEWS | 1 + sord/sordmm.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f7be4bc..6b0bfd3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ sord (0.10.5) unstable; * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) * sordmm.hpp: Add convenient constructors for decimal and integer literals + * sordmm.hpp: Don't automatically add RDF namespace prefix to world -- David Robillard Mon, 14 Jan 2013 00:19:49 -0500 diff --git a/sord/sordmm.hpp b/sord/sordmm.hpp index d839d1b..1f7d20f 100644 --- a/sord/sordmm.hpp +++ b/sord/sordmm.hpp @@ -113,7 +113,6 @@ public: : _next_blank_id(0) { _c_obj = sord_world_new(); - add_prefix("rdf", "http://www.w3.org/1999/02/22-rdf-syntax-ns#"); } inline ~World() { -- cgit v1.2.1