aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/graphics.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-09-26 23:26:28 +0300
committerFilippos Karapetis2016-10-03 00:34:32 +0300
commit8c7c42d13d652abd8e7982fb402cc70150e15491 (patch)
tree9e6fc5a76ab91eeb43ff2c9f0418f9c70726dc5a /engines/chewy/graphics.h
parent8c755b268c41be8d1ecc688c83c8904c41f7419e (diff)
downloadscummvm-rg350-8c7c42d13d652abd8e7982fb402cc70150e15491.tar.gz
scummvm-rg350-8c7c42d13d652abd8e7982fb402cc70150e15491.tar.bz2
scummvm-rg350-8c7c42d13d652abd8e7982fb402cc70150e15491.zip
CHEWY: Use virtual destructors. Some cleanup
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);