summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/qt/dasmwindow.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-12 10:02:55 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-12 10:02:55 +0100
commit79fd7e15d14b681bdeaa49237b7ad7b33c8c4b94 (patch)
treec607e8283f8e621ed462909453a0d093160c2004 /src/osd/modules/debugger/qt/dasmwindow.cpp
parentf9a9eafba08d2caf032f8a0e1c318dd46b8448a8 (diff)
Fix linux compile
Diffstat (limited to 'src/osd/modules/debugger/qt/dasmwindow.cpp')
-rw-r--r--src/osd/modules/debugger/qt/dasmwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/qt/dasmwindow.cpp b/src/osd/modules/debugger/qt/dasmwindow.cpp
index 517e522607f..524b49bc4fc 100644
--- a/src/osd/modules/debugger/qt/dasmwindow.cpp
+++ b/src/osd/modules/debugger/qt/dasmwindow.cpp
@@ -166,7 +166,7 @@ void DasmWindow::toggleBreakpointAtCursor(bool changedTo)
debug_console_printf(*m_machine, "Breakpoint %X cleared\n", bpindex);
}
m_machine->debugger().view().update_all();
- m_machine->debugger()refresh_display();
+ m_machine->debugger().refresh_display();
}
refreshAll();