summaryrefslogtreecommitdiffstats
path: root/sord
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-16 21:49:31 +0000
committerDavid Robillard <d@drobilla.net>2011-04-16 21:49:31 +0000
commit230ee3eb976320cec9e55450c24e6c66fe6ea059 (patch)
tree0d33ba2b209646ca8bd0da2f79b9d73f0ede8a67 /sord
parent443928c063df9cdad1b25b1ee6d3b4fd85faf0d0 (diff)
downloadsord-230ee3eb976320cec9e55450c24e6c66fe6ea059.tar.gz
sord-230ee3eb976320cec9e55450c24e6c66fe6ea059.tar.bz2
sord-230ee3eb976320cec9e55450c24e6c66fe6ea059.zip
Update copyright headers
git-svn-id: http://svn.drobilla.net/sord/trunk@75 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'sord')
-rw-r--r--sord/sordmm.hpp3
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> {