diff --git a/engines/wage/design.h b/engines/wage/design.h index 43f9ce1ce55f..94a620a0988f 100644 --- a/engines/wage/design.h +++ b/engines/wage/design.h @@ -79,17 +79,17 @@ class Design { private: byte *_data; - int _len; + int _len; Common::Rect *_bounds; Graphics::Surface *_surface; private: - void drawRect(Graphics::Surface *surface, Common::ReadStream &in, - Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); + void drawRect(Graphics::Surface *surface, Common::ReadStream &in, + Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); void drawRoundRect(Graphics::Surface *surface, Common::ReadStream &in, - Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); + Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); void drawPolygon(Graphics::Surface *surface, Common::ReadStream &in, - Patterns &patterns, byte fillType, byte borderThickness, byte borderFillType); + 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);