aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BRegistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/BRegistry.cpp')
-rw-r--r--engines/wintermute/BRegistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/BRegistry.cpp b/engines/wintermute/BRegistry.cpp
index 0e9592ce56..74d524189a 100644
--- a/engines/wintermute/BRegistry.cpp
+++ b/engines/wintermute/BRegistry.cpp
@@ -116,7 +116,7 @@ bool CBRegistry::WriteBool(const AnsiString &subKey, const AnsiString &key, bool
//////////////////////////////////////////////////////////////////////////
-void CBRegistry::SetIniName(char *Name) {
+void CBRegistry::SetIniName(const char *Name) {
delete[] _iniName;
_iniName = NULL;