aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/menu.h')
-rw-r--r--engines/sci/graphics/menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/graphics/menu.h b/engines/sci/graphics/menu.h
index 05ac89abaa..00bf47c0b9 100644
--- a/engines/sci/graphics/menu.h
+++ b/engines/sci/graphics/menu.h
@@ -78,7 +78,7 @@ typedef Common::List<GuiMenuItemEntry *> GuiMenuItemList;
class Menu {
public:
- Menu(SciEvent *event, SegManager *segMan, SciGui *gui, GfxPorts *ports, GfxPaint16 *paint16, Text *text, GfxScreen *screen, Cursor *cursor);
+ Menu(SciEvent *event, SegManager *segMan, SciGui *gui, GfxPorts *ports, GfxPaint16 *paint16, GfxText16 *text16, GfxScreen *screen, Cursor *cursor);
~Menu();
void reset();
@@ -107,7 +107,7 @@ private:
SciGui *_gui;
GfxPorts *_ports;
GfxPaint16 *_paint16;
- Text *_text;
+ GfxText16 *_text16;
GfxScreen *_screen;
Cursor *_cursor;