aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/chewy/graphics.h')
-rw-r--r--engines/chewy/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/chewy/graphics.h b/engines/chewy/graphics.h
index 90315e34a1..28af8fedc6 100644
--- a/engines/chewy/graphics.h
+++ b/engines/chewy/graphics.h
@@ -32,7 +32,7 @@ class SpriteResource;
class Graphics {
public:
Graphics(ChewyEngine *vm);
- ~Graphics();
+ virtual ~Graphics();
void drawImage(Common::String filename, int imageNum);
void playVideo(uint num);