aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BScriptable.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-06-25 15:48:00 +0200
committerEinar Johan Trøan Sømåen2012-06-25 15:48:00 +0200
commit4c61cf042b09a64593a8beb6e1e9d72a883a7cda (patch)
tree53b3efa0ee268bca5335355b49c446e072f2c621 /engines/wintermute/Base/BScriptable.cpp
parent0fc175857ad83127541ce3a85cd701f85f7e844d (diff)
downloadscummvm-rg350-4c61cf042b09a64593a8beb6e1e9d72a883a7cda.tar.gz
scummvm-rg350-4c61cf042b09a64593a8beb6e1e9d72a883a7cda.tar.bz2
scummvm-rg350-4c61cf042b09a64593a8beb6e1e9d72a883a7cda.zip
WINTERMUTE: Fix a bunch of warnings
Diffstat (limited to 'engines/wintermute/Base/BScriptable.cpp')
-rw-r--r--engines/wintermute/Base/BScriptable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/BScriptable.cpp b/engines/wintermute/Base/BScriptable.cpp
index 09a8f2c0aa..38a3325f91 100644
--- a/engines/wintermute/Base/BScriptable.cpp
+++ b/engines/wintermute/Base/BScriptable.cpp
@@ -182,7 +182,7 @@ const char *CBScriptable::DbgGetNativeClass() {
//////////////////////////////////////////////////////////////////////////
IWmeDebugProp *CBScriptable::DbgGetProperty(const char *Name) {
- return ScGetProperty((char *)Name);
+ return ScGetProperty(Name);
}
} // end of namespace WinterMute