aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/BEvent.h')
-rw-r--r--engines/wintermute/BEvent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/BEvent.h b/engines/wintermute/BEvent.h
index a1e071fe94..e09f0ff3a8 100644
--- a/engines/wintermute/BEvent.h
+++ b/engines/wintermute/BEvent.h
@@ -38,8 +38,8 @@ namespace WinterMute {
class CBEvent : public CBBase {
public:
DECLARE_PERSISTENT(CBEvent, CBBase)
- void SetScript(char *Script);
- void SetName(char *Name);
+ void SetScript(const char *Script);
+ void SetName(const char *Name);
static const char *GetEventName(TEventType Type);
char *_script;
char *_name;