aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks_code.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-12-02 00:01:06 +0100
committerAlyssa Milburn2011-12-02 00:01:06 +0100
commit9b00b3d5b745801241a6d9b9e1383413e0c85ba6 (patch)
tree1411470db753add606d4a72a192d3e1815c4a0b2 /engines/mohawk/livingbooks_code.h
parent446822369b671c96185cd721c972537d31aebf6c (diff)
downloadscummvm-rg350-9b00b3d5b745801241a6d9b9e1383413e0c85ba6.tar.gz
scummvm-rg350-9b00b3d5b745801241a6d9b9e1383413e0c85ba6.tar.bz2
scummvm-rg350-9b00b3d5b745801241a6d9b9e1383413e0c85ba6.zip
MOHAWK: LB list improvements, implement &= operator.
Diffstat (limited to 'engines/mohawk/livingbooks_code.h')
-rw-r--r--engines/mohawk/livingbooks_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/livingbooks_code.h b/engines/mohawk/livingbooks_code.h
index bfe047bf23..ee61c2add2 100644
--- a/engines/mohawk/livingbooks_code.h
+++ b/engines/mohawk/livingbooks_code.h
@@ -232,7 +232,7 @@ protected:
void parseArithmetic2();
void parseMain();
- LBValue *getIndexedVar(Common::String varname, const LBValue &index);
+ LBValue *getIndexedVar(Common::String varname, const Common::Array<LBValue> &index);
LBItem *resolveItem(const LBValue &value);
Common::Array<LBValue> readParams();
Common::Rect getRectFromParams(const Common::Array<LBValue> &params);