From f249d6b60cb3268bb4f70468657f5eefef7add0f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Feb 2017 15:36:13 +0100 Subject: Update for latest Raul --- 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 90f8664..2916099 100644 --- a/src/engine/Action.hpp +++ b/src/engine/Action.hpp @@ -33,7 +33,7 @@ namespace machina { /** An Action, executed on entering or exiting of a state. */ struct Action - : public Raul::Maid::Manageable + : public Raul::Maid::Disposable , public Stateful { bool operator==(const Action& rhs) const { return false; } -- cgit v1.2.1