aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Action.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-12 15:36:13 +0100
committerDavid Robillard <d@drobilla.net>2017-02-12 15:36:13 +0100
commitf249d6b60cb3268bb4f70468657f5eefef7add0f (patch)
treeb08ba2188a0c1163909ac68577cfaa3813d23242 /src/engine/Action.hpp
parenta9290108205c9763b6e613290c53132e912f3a95 (diff)
downloadmachina-f249d6b60cb3268bb4f70468657f5eefef7add0f.tar.gz
machina-f249d6b60cb3268bb4f70468657f5eefef7add0f.tar.bz2
machina-f249d6b60cb3268bb4f70468657f5eefef7add0f.zip
Update for latest Raul
Diffstat (limited to 'src/engine/Action.hpp')
-rw-r--r--src/engine/Action.hpp2
1 files changed, 1 insertions, 1 deletions
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; }