diff options
Diffstat (limited to 'sord/sordmm.hpp')
-rw-r--r-- | sord/sordmm.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sord/sordmm.hpp b/sord/sordmm.hpp index a2c8d73..b9c2d08 100644 --- a/sord/sordmm.hpp +++ b/sord/sordmm.hpp @@ -109,7 +109,7 @@ public: inline ~World() { sord_world_free(_c_obj); } - + inline uint64_t blank_id() { return _next_blank_id++; } inline void add_prefix(const std::string& prefix, const std::string& uri) { @@ -371,7 +371,6 @@ struct Iter : public Wrapper<SordIter> { World& _world; }; - /** An RDF Model (collection of triples). */ class Model : public boost::noncopyable, public Wrapper<SordModel> { |