From cfce5f86e3ce1572299bd62e7047e0cb985a4358 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 May 2007 04:01:04 +0000 Subject: Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal independently. Fixed patch loading for Ingen (local only, still something wrong with remote...). git-svn-id: http://svn.drobilla.net/lad/machina@486 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/machina/Machine.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/machina/Machine.hpp') diff --git a/src/engine/machina/Machine.hpp b/src/engine/machina/Machine.hpp index c2f081d..ff32930 100644 --- a/src/engine/machina/Machine.hpp +++ b/src/engine/machina/Machine.hpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include "types.hpp" #include "LearnRequest.hpp" @@ -47,7 +47,7 @@ public: void remove_node(SharedPtr node); void learn(SharedPtr learn); - void write_state(Raul::RDFWriter& writer); + void write_state(Raul::RDF::Model& model); // Audio context void reset(); -- cgit v1.2.1