diff options
author | whiterandrek | 2018-05-12 22:25:50 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | 4ce6b3dbd2a8dafa9e0d7d3f21a60431a1bd056f (patch) | |
tree | bc3eb2d464d46d779640902856d9a7b3e151a862 /engines/pink/objects | |
parent | c9e7c001ada8a9439d2eaf281baf226f6b626ee1 (diff) | |
download | scummvm-rg350-4ce6b3dbd2a8dafa9e0d7d3f21a60431a1bd056f.tar.gz scummvm-rg350-4ce6b3dbd2a8dafa9e0d7d3f21a60431a1bd056f.tar.bz2 scummvm-rg350-4ce6b3dbd2a8dafa9e0d7d3f21a60431a1bd056f.zip |
PINK: fixed compilation errors
Diffstat (limited to 'engines/pink/objects')
-rw-r--r-- | engines/pink/objects/actions/action_play.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pink/objects/actions/action_play.h b/engines/pink/objects/actions/action_play.h index a2f0ae3c9f..1d519a8f09 100644 --- a/engines/pink/objects/actions/action_play.h +++ b/engines/pink/objects/actions/action_play.h @@ -35,6 +35,8 @@ public: virtual void end(); + void update() override; + protected: virtual void onStart(); |