summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/qt/debugqtlogwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/qt/debugqtlogwindow.c')
-rw-r--r--src/osd/modules/debugger/qt/debugqtlogwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/qt/debugqtlogwindow.c b/src/osd/modules/debugger/qt/debugqtlogwindow.c
index fffd6f1ba0c..d9bc1e12b51 100644
--- a/src/osd/modules/debugger/qt/debugqtlogwindow.c
+++ b/src/osd/modules/debugger/qt/debugqtlogwindow.c
@@ -25,8 +25,8 @@ LogWindow::LogWindow(running_machine* machine, QWidget* parent) :
// The main log view
m_logView = new DebuggerView(DVT_LOG,
- m_machine,
- this);
+ m_machine,
+ this);
// Layout
QVBoxLayout* vLayout = new QVBoxLayout(mainWindowFrame);