diff options
Diffstat (limited to 'engines/wintermute/BQuickMsg.h')
-rw-r--r-- | engines/wintermute/BQuickMsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/BQuickMsg.h b/engines/wintermute/BQuickMsg.h index 6349a6ae35..a760a9ee21 100644 --- a/engines/wintermute/BQuickMsg.h +++ b/engines/wintermute/BQuickMsg.h @@ -38,7 +38,7 @@ public: char *GetText();
uint32 _startTime;
char *_text;
- CBQuickMsg(CBGame *inGame, char *Text);
+ CBQuickMsg(CBGame *inGame, const char *Text);
virtual ~CBQuickMsg();
};
|