aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/graphics/animate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/animate.h b/engines/sci/graphics/animate.h
index 7d421c5b8c..c0fddec3cc 100644
--- a/engines/sci/graphics/animate.h
+++ b/engines/sci/graphics/animate.h
@@ -65,7 +65,7 @@ class Transitions;
class GfxAnimate {
public:
GfxAnimate(EngineState *state, GfxCache *cache, GfxPorts *ports, GfxPaint16 *paint16, GfxScreen *screen, GfxPalette *palette, Cursor *cursor, Transitions *transitions);
- ~GfxAnimate();
+ virtual ~GfxAnimate();
// FIXME: Don't store EngineState
void resetEngineState(EngineState *newState) { _s = newState; }