Skip to content

Commit 346f847

Browse files
committed
Merge branch 'C++11'
2 parents a7c8a2c + 1ce8378 commit 346f847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TaskScheduler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ void TaskScheduler::WaitforTask( const ICompletable* pCompletable_, enki::Tas
563563
}
564564

565565
}
566-
SafeCallback( m_ProfilerCallbacks.waitForTaskCompleteSuspendStop, threadNum );
566+
SafeCallback( m_ProfilerCallbacks.waitForTaskCompleteStop, threadNum );
567567
}
568568
else
569569
{

0 commit comments

Comments
 (0)