aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/screenshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/screenshot.h')
-rw-r--r--engines/sword25/gfx/screenshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/screenshot.h b/engines/sword25/gfx/screenshot.h
index eefaa1bca6..a0f615f9e6 100644
--- a/engines/sword25/gfx/screenshot.h
+++ b/engines/sword25/gfx/screenshot.h
@@ -43,7 +43,7 @@ namespace Sword25 {
class Screenshot {
public:
static bool saveToFile(Graphics::Surface *data, Common::WriteStream *stream);
- static Common::MemoryReadStream *createThumbnail(Graphics::Surface *data);
+ static Common::SeekableReadStream *createThumbnail(Graphics::Surface *data);
};
} // End of namespace Sword25