From 2664ee63141a18283984e2e1c9325a1362c2133c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 30 Jun 2015 08:29:09 -0400 Subject: SHERLOCK: RT: Create a tooltip base clsas --- engines/sherlock/tattoo/widget_inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo/widget_inventory.h') 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; -- cgit v1.2.3