aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_base.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-29 20:50:48 -0400
committerPaul Gilbert2015-06-29 20:50:48 -0400
commit03adfa2b968b519a560e762df4a5e23e0f302873 (patch)
tree714646e2c2fa83c8e081b78beb4c235c62503791 /engines/sherlock/tattoo/widget_base.h
parente4b4fd049364c839f0987cc982a01c57f70366bf (diff)
downloadscummvm-rg350-03adfa2b968b519a560e762df4a5e23e0f302873.tar.gz
scummvm-rg350-03adfa2b968b519a560e762df4a5e23e0f302873.tar.bz2
scummvm-rg350-03adfa2b968b519a560e762df4a5e23e0f302873.zip
SHERLOCK: RT: Implement further inventory tooltip code
Diffstat (limited to 'engines/sherlock/tattoo/widget_base.h')
-rw-r--r--engines/sherlock/tattoo/widget_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/tattoo/widget_base.h b/engines/sherlock/tattoo/widget_base.h
index 4bd75a50d0..2e57e74d83 100644
--- a/engines/sherlock/tattoo/widget_base.h
+++ b/engines/sherlock/tattoo/widget_base.h
@@ -80,12 +80,12 @@ public:
/**
* Erase any previous display of the widget on the screen
*/
- void erase();
+ virtual void erase();
/**
* Update the display of the widget on the screen
*/
- void draw();
+ virtual void draw();
/**
* Used by some descendents to check for keys to mouse the mouse within the dialog