summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/debugqtwindow.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-11 07:44:56 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-11 07:44:56 +0000
commita440a8e0200a36491ae540f6f00beae59c148549 (patch)
treeb4c31ebadaa2857396c37178674086420bf1658f /src/osd/sdl/debugqtwindow.h
parent4b0b4e6b2fa7eb5105859f561354662d479f53be (diff)
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/osd/sdl/debugqtwindow.h')
-rw-r--r--src/osd/sdl/debugqtwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/sdl/debugqtwindow.h b/src/osd/sdl/debugqtwindow.h
index ae87a767c05..f9d3e6a735c 100644
--- a/src/osd/sdl/debugqtwindow.h
+++ b/src/osd/sdl/debugqtwindow.h
@@ -70,8 +70,8 @@ public:
};
public:
- WindowQtConfig() :
- m_type(WIN_TYPE_MAIN),
+ WindowQtConfig() :
+ m_type(WIN_TYPE_MAIN),
m_size(800, 600),
m_position(120, 120)
{}