aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/viewmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/viewmgr.h')
-rw-r--r--engines/m4/viewmgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/m4/viewmgr.h b/engines/m4/viewmgr.h
index 966b29084d..c3055c6706 100644
--- a/engines/m4/viewmgr.h
+++ b/engines/m4/viewmgr.h
@@ -76,7 +76,7 @@ struct ScreenFlags {
_screenFlags.get = SCREVENT_ALL; _screenFlags.blocks = SCREVENT_ALL; \
_screenFlags.visible = true;
-class RectList: public Common::Array<Common::Rect> {
+class RectList : public Common::Array<Common::Rect> {
public:
RectList();
~RectList();
@@ -107,7 +107,7 @@ private:
View *_view;
};
-class View: public M4Surface {
+class View : public M4Surface {
public:
View(MadsM4Engine *vm, const Common::Rect &viewBounds, bool transparent = false);
View(MadsM4Engine *vm, int x = 0, int y = 0, bool transparent = false);