summaryrefslogtreecommitdiffstats
path: root/src/osd/modules/debugger/qt/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/qt/mainwindow.cpp')
-rw-r--r--src/osd/modules/debugger/qt/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/qt/mainwindow.cpp b/src/osd/modules/debugger/qt/mainwindow.cpp
index ef4a3ea809c..b3ff2bf7861 100644
--- a/src/osd/modules/debugger/qt/mainwindow.cpp
+++ b/src/osd/modules/debugger/qt/mainwindow.cpp
@@ -145,7 +145,7 @@ void MainWindow::setProcessor(device_t* processor)
// Window title
std::string title;
- strprintf(title,"Debug: %s - %s '%s'", m_machine->system().name, processor->name(), processor->tag());
+ strprintf(title,"Debug: %s - %s '%s'", m_machine->system().name, processor->name(), processor->tag().c_str());
setWindowTitle(title.c_str());
}