aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
authorNicola Mettifogo2009-04-29 16:59:10 +0000
committerNicola Mettifogo2009-04-29 16:59:10 +0000
commit3607c637587c6b9e2442bc668fc4c8c9459c0168 (patch)
tree0c3d48850acf9b0ee8e46e7f0f0d47df8d97bd11 /engines/parallaction/objects.h
parent4688811024992e6370a1e4995301329b33da08ad (diff)
downloadscummvm-rg350-3607c637587c6b9e2442bc668fc4c8c9459c0168.tar.gz
scummvm-rg350-3607c637587c6b9e2442bc668fc4c8c9459c0168.tar.bz2
scummvm-rg350-3607c637587c6b9e2442bc668fc4c8c9459c0168.zip
Refactoring.
svn-id: r40210
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index e4f93c299a..6e4d4439bb 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -541,7 +541,7 @@ public:
void clear();
};
-Table* createTableFromStream(uint32 size, Common::SeekableReadStream &stream);
+Table* createTableFromStream(uint32 size, Common::SeekableReadStream *stream);
} // namespace Parallaction