aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/surface_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/surface_list.h')
-rw-r--r--engines/teenagent/surface_list.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/teenagent/surface_list.h b/engines/teenagent/surface_list.h
index d949a722d6..fcb4fb25c5 100644
--- a/engines/teenagent/surface_list.h
+++ b/engines/teenagent/surface_list.h
@@ -33,7 +33,7 @@ public:
SurfaceList();
~SurfaceList();
- void load(Common::SeekableReadStream *stream, Type type, int sub_hack = 0);
+ void load(Common::SeekableReadStream&, Type type, int sub_hack = 0);
void free();
void render(Graphics::Surface *surface, const Common::Rect & clip) const;
@@ -45,4 +45,3 @@ protected:
}
#endif
-