diff options
Diffstat (limited to 'src/osd/modules/debugger/qt/dasmwindow.cpp')
-rw-r--r-- | src/osd/modules/debugger/qt/dasmwindow.cpp | 2 |
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(); |