From 6b18de71d1c603255b263a64434005306f152f13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Feb 2011 05:10:29 +0000 Subject: Save/load patches as nested bundles (fix ticket #520). Sane (context-based, ala RDF quads) approach to the problem of externally visible / internally visible properties. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2993 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Parser.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/serialisation/Parser.hpp') diff --git a/src/serialisation/Parser.hpp b/src/serialisation/Parser.hpp index 5d4fc3fc..948a2e74 100644 --- a/src/serialisation/Parser.hpp +++ b/src/serialisation/Parser.hpp @@ -39,6 +39,8 @@ namespace Serialisation { class Parser { public: + Parser(Ingen::Shared::World& world); + virtual ~Parser() {} typedef Shared::GraphObject::Properties Properties; @@ -115,8 +117,6 @@ private: Sord::Model& model, const Sord::Node& subject, const Raul::Path& patch); - - bool skip_property(const Sord::Node& predicate); }; } // namespace Serialisation -- cgit v1.2.1