aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sherlock/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/graphics.h b/engines/sherlock/graphics.h
index 80b692130c..8e1bd438ea 100644
--- a/engines/sherlock/graphics.h
+++ b/engines/sherlock/graphics.h
@@ -41,7 +41,7 @@ protected:
public:
Surface(uint16 width, uint16 height);
Surface();
- ~Surface();
+ virtual ~Surface();
void create(uint16 width, uint16 height);
void blitFrom(const Graphics::Surface &src);