diff options
Diffstat (limited to 'engines/wintermute/Base/BScriptable.cpp')
-rw-r--r-- | engines/wintermute/Base/BScriptable.cpp | 2 |
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
|