[Scummvm-git-logs] scummvm master -> f7b89bad62bf27e6007e835d52f20aff3267b0bb
sev-
sev at scummvm.org
Mon Jul 20 10:09:34 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f7b89bad62 DIRECTOR: LINGO: Another template compilation fix
Commit: f7b89bad62bf27e6007e835d52f20aff3267b0bb
https://github.com/scummvm/scummvm/commit/f7b89bad62bf27e6007e835d52f20aff3267b0bb
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-20T12:09:12+02:00
Commit Message:
DIRECTOR: LINGO: Another template compilation fix
Changed paths:
engines/director/lingo/lingo-object.cpp
diff --git a/engines/director/lingo/lingo-object.cpp b/engines/director/lingo/lingo-object.cpp
index c00a66c93b..c1bbdc7c2f 100644
--- a/engines/director/lingo/lingo-object.cpp
+++ b/engines/director/lingo/lingo-object.cpp
@@ -176,7 +176,7 @@ Symbol ScriptContext::getMethod(const Common::String &methodName) {
return sym;
}
- sym = Object::getMethod(methodName);
+ sym = Object<ScriptContext>::getMethod(methodName);
if (sym.type != VOIDSYM)
return sym;
More information about the Scummvm-git-logs
mailing list