aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ui/ui_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ui/ui_window.cpp')
-rw-r--r--engines/wintermute/ui/ui_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ui/ui_window.cpp b/engines/wintermute/ui/ui_window.cpp
index 6aba91b791..0a2ec6b389 100644
--- a/engines/wintermute/ui/ui_window.cpp
+++ b/engines/wintermute/ui/ui_window.cpp
@@ -52,7 +52,7 @@ namespace WinterMute {
IMPLEMENT_PERSISTENT(UIWindow, false)
//////////////////////////////////////////////////////////////////////////
-UIWindow::UIWindow(BaseGame *inGame): UIObject(inGame) {
+UIWindow::UIWindow(BaseGame *inGame) : UIObject(inGame) {
BasePlatform::setRectEmpty(&_titleRect);
BasePlatform::setRectEmpty(&_dragRect);
_titleAlign = TAL_LEFT;