mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
SWORD25: Const correctness
This commit is contained in:
parent
2068bc1527
commit
a2f16d9155
@ -177,7 +177,7 @@ bool LuaScriptEngine::executeFile(const Common::String &fileName) {
|
||||
}
|
||||
|
||||
bool LuaScriptEngine::executeString(const Common::String &code) {
|
||||
return executeBuffer((byte *)code.c_str(), code.size(), "???");
|
||||
return executeBuffer((const byte *)code.c_str(), code.size(), "???");
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
Loading…
x
Reference in New Issue
Block a user