aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/script/luascript.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-16 20:23:53 +0000
committerEugene Sandulenko2010-10-12 22:50:28 +0000
commita1d22a063b2a9de47cf3f23cac1cd73777eea321 (patch)
tree4a4c3c12e76a91deb15d475cddd3e1a8ce5c919e /engines/sword25/script/luascript.h
parentb65284078aaa3c1fc3dcc7bebf804d2dc43a8e41 (diff)
downloadscummvm-rg350-a1d22a063b2a9de47cf3f23cac1cd73777eea321.tar.gz
scummvm-rg350-a1d22a063b2a9de47cf3f23cac1cd73777eea321.tar.bz2
scummvm-rg350-a1d22a063b2a9de47cf3f23cac1cd73777eea321.zip
SWORD25: Fix warnings
svn-id: r53254
Diffstat (limited to 'engines/sword25/script/luascript.h')
-rw-r--r--engines/sword25/script/luascript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/script/luascript.h b/engines/sword25/script/luascript.h
index 228625a67b..39fa9ebec4 100644
--- a/engines/sword25/script/luascript.h
+++ b/engines/sword25/script/luascript.h
@@ -124,7 +124,7 @@ private:
bool RegisterStandardLibs();
bool RegisterStandardLibExtensions();
- bool ExecuteBuffer(const char *Data, unsigned int Size, const Common::String &Name) const;
+ bool ExecuteBuffer(const byte *Data, unsigned int Size, const Common::String &Name) const;
};
} // End of namespace Sword25