Fixing lint issue reported by build syste,

This commit is contained in:
Nitch2024 2025-03-29 14:18:03 -07:00
parent 4dd0329817
commit 6a16037391

View file

@ -945,7 +945,7 @@ void MemoryWidget::OnFindNextValue()
if (set_code_bp && (4 <= alignment))
{
m_system.GetPowerPC().GetBreakPoints().ToggleBreakPoint(m_memory_view->GetAddress());
emit Host::GetInstance() -> PPCBreakpointsChanged();
emit Host::GetInstance()->PPCBreakpointsChanged();
}
break;
}