aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-30 08:29:09 -0400
committerPaul Gilbert2015-06-30 08:29:09 -0400
commit2664ee63141a18283984e2e1c9325a1362c2133c (patch)
tree916e7247aad3ea51b1e1b067c9710d0cb85098a0 /engines/sherlock/tattoo/widget_inventory.h
parent9ef857bc6fdad24420872aa9dab91505cb6acfbf (diff)
downloadscummvm-rg350-2664ee63141a18283984e2e1c9325a1362c2133c.tar.gz
scummvm-rg350-2664ee63141a18283984e2e1c9325a1362c2133c.tar.bz2
scummvm-rg350-2664ee63141a18283984e2e1c9325a1362c2133c.zip
SHERLOCK: RT: Create a tooltip base clsas
Diffstat (limited to 'engines/sherlock/tattoo/widget_inventory.h')
-rw-r--r--engines/sherlock/tattoo/widget_inventory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/widget_inventory.h b/engines/sherlock/tattoo/widget_inventory.h
index 99086ad801..77caddf86b 100644
--- a/engines/sherlock/tattoo/widget_inventory.h
+++ b/engines/sherlock/tattoo/widget_inventory.h
@@ -37,7 +37,7 @@ namespace Tattoo {
class WidgetInventory;
-class WidgetInventoryTooltip: public WidgetBase {
+class WidgetInventoryTooltip: public WidgetTooltipBase {
private:
WidgetInventory *_owner;
Common::Rect _oldInvGraphicBounds, _invGraphicBounds;