Remove bool parameter to InitResolver to cancel resolving

This commit is contained in:
baldurk
2018-01-01 17:31:20 +00:00
parent 6572cd97f5
commit beaa642f73
9 changed files with 15 additions and 25 deletions
+1 -1
View File
@@ -2012,7 +2012,7 @@ void MainWindow::on_action_Resolve_Symbols_triggered()
bool finished = false;
m_Ctx.Replay().AsyncInvoke([this, &progress, &finished](IReplayController *) {
bool success = m_Ctx.Replay().GetCaptureAccess()->InitResolver(&progress, NULL);
bool success = m_Ctx.Replay().GetCaptureAccess()->InitResolver(&progress);
if(!success)
{