From 0a02e807beea6104248cb6cf00ef6689c9231912 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Jan 2013 07:39:55 +0000 Subject: Fix saving and loading machines. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4984 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/Action.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/Action.hpp') diff --git a/src/engine/Action.hpp b/src/engine/Action.hpp index 0201380..79b7fca 100644 --- a/src/engine/Action.hpp +++ b/src/engine/Action.hpp @@ -37,7 +37,7 @@ struct Action , public Stateful { virtual void execute(MIDISink* sink, Raul::TimeStamp time) = 0; - virtual void write_state(Sord::Model& model); + virtual void write_state(Sord::Model& model) {} }; class PrintAction : public Action -- cgit v1.2.1