Fix type that can lead to deadlock.

This commit is contained in:
Jeff Young 2021-11-12 10:48:52 +00:00
parent 73f40b11ee
commit a22dd614b0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ void DIALOG_PCM_PROGRESS::OnCancelClicked( wxCommandEvent& event )
{
SetNumPhases( 1 );
SetOverallProgress( 1, 1 );
Report( _( "Aborting remaining tasks." ) );
m_reporter->Report( _( "Aborting remaining tasks." ) );
m_cancelled.store( true );
m_finished.store( true );