diff options
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/WatchWidget.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/Debugger/WatchWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Debugger/WatchWidget.cpp b/Source/Core/DolphinQt/Debugger/WatchWidget.cpp index 06fe4aa48b..35107c0ccc 100644 --- a/Source/Core/DolphinQt/Debugger/WatchWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/WatchWidget.cpp @@ -518,7 +518,7 @@ void WatchWidget::ShowInMemory(int row) emit ShowMemory(m_system.GetPowerPC().GetDebugInterface().GetWatch(row).address); } -void WatchWidget::AddWatch(QString name, u32 addr) +void WatchWidget::AddWatch(const QString& name, u32 addr) { m_system.GetPowerPC().GetDebugInterface().SetWatch(addr, name.toStdString()); Update(); |
