aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BActiveRect.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/BActiveRect.h')
-rw-r--r--engines/wintermute/Base/BActiveRect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/Base/BActiveRect.h b/engines/wintermute/Base/BActiveRect.h
index 1577c2d9b2..a65f0cea7a 100644
--- a/engines/wintermute/Base/BActiveRect.h
+++ b/engines/wintermute/Base/BActiveRect.h
@@ -48,8 +48,8 @@ public:
int _offsetY;
RECT _rect;
CBActiveRect(CBGame *inGameOwner = NULL);
- CBActiveRect(CBGame *inGameOwner, CBObject *Owner, CBSubFrame *Frame, int X, int Y, int Width, int Height, float ZoomX = 100, float ZoomY = 100, bool Precise = true);
- CBActiveRect(CBGame *inGame, CBObject *Owner, CBRegion *Region, int OffsetX, int OffsetY);
+ CBActiveRect(CBGame *inGameOwner, CBObject *owner, CBSubFrame *frame, int x, int y, int width, int height, float zoomX = 100, float zoomY = 100, bool precise = true);
+ CBActiveRect(CBGame *inGame, CBObject *owner, CBRegion *region, int offsetX, int offsetY);
virtual ~CBActiveRect();
};