diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | sord/sordmm.hpp | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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 <d@drobilla.net> 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() { |