aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
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