From 79fd7e15d14b681bdeaa49237b7ad7b33c8c4b94 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 12 Jan 2016 10:02:55 +0100 Subject: Fix linux compile --- src/osd/modules/debugger/qt/dasmwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osd/modules/debugger/qt/dasmwindow.cpp') 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(); -- cgit v1.2.3-70-g09d2