aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/design.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/design.h')
-rw-r--r--engines/wage/design.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/design.h b/engines/wage/design.h
index 94a620a098..baa99730fe 100644
--- a/engines/wage/design.h
+++ b/engines/wage/design.h
@@ -92,7 +92,7 @@ private:
Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType);
void drawOval(Graphics::Surface *surface, Common::ReadStream &in,
Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType);
- void drawBitmap(Graphics::Surface *surface, Common::ReadStream &in);
+ void drawBitmap(Graphics::Surface *surface, Common::SeekableReadStream &in);
};
class FloodFill {