diff options
Diffstat (limited to 'engines/wintermute/BNamedObject.h')
-rw-r--r-- | engines/wintermute/BNamedObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/BNamedObject.h b/engines/wintermute/BNamedObject.h index c3b9abb7bc..aecd45517b 100644 --- a/engines/wintermute/BNamedObject.h +++ b/engines/wintermute/BNamedObject.h @@ -42,7 +42,7 @@ public: CBNamedObject(TDynamicConstructor, TDynamicConstructor);
char *_name;
- void SetName(char *Name);
+ void SetName(const char *Name);
};
} // end of namespace WinterMute
|