From b76f7fea4eee59eb88d8028120bb1cae780f1c00 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 24 Mar 2009 12:46:48 +0000 Subject: SCI: Changed some char* into Common::String svn-id: r39663 --- engines/sci/gfx/sci_widgets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/gfx/sci_widgets.h') diff --git a/engines/sci/gfx/sci_widgets.h b/engines/sci/gfx/sci_widgets.h index 62749d9ce4..b47e7120a1 100644 --- a/engines/sci/gfx/sci_widgets.h +++ b/engines/sci/gfx/sci_widgets.h @@ -62,7 +62,7 @@ class Menu; /* Used by the interpreter to flag buttons that are enabled */ #define CONTROL_STATE_ENABLED 0x0001 -void sciw_set_status_bar(EngineState *s, gfxw_port_t *status_bar, const char *text, int fgcolor, int bgcolor); +void sciw_set_status_bar(EngineState *s, gfxw_port_t *status_bar, const Common::String &text, int fgcolor, int bgcolor); /* Sets the contents of a port used as status bar ** Parmeters: (EngineState *) s: The affected game state ** (gfxw_port_t *) status_bar: The status bar port -- cgit v1.2.3