aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/viewmgr.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-01-31 00:47:29 +0000
committerPaul Gilbert2010-01-31 00:47:29 +0000
commit9c178c2d3a3dcce79f12f0b14ea13f4c9261fb94 (patch)
tree1ff9179d9a5c523a2e399d05911ad48cd9e59cd8 /engines/m4/viewmgr.h
parentdc8ff8c9d4405d5762a90ec2c69c5e7293581bce (diff)
downloadscummvm-rg350-9c178c2d3a3dcce79f12f0b14ea13f4c9261fb94.tar.gz
scummvm-rg350-9c178c2d3a3dcce79f12f0b14ea13f4c9261fb94.tar.bz2
scummvm-rg350-9c178c2d3a3dcce79f12f0b14ea13f4c9261fb94.zip
Formatting corrections to conform to ScummVM formatting guidelines
svn-id: r47733
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);