1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix initialization order.

This commit is contained in:
Bartosz Taudul
2022-04-26 21:28:26 +02:00
parent 066c266df9
commit c9240c100d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -316,9 +316,9 @@ Worker::Worker( const char* name, const char* program, const std::vector<ImportE
, m_executableTime( 0 )
, m_pid( 0 )
, m_samplingPeriod( 0 )
, m_inconsistentSamples( false )
, m_stream( nullptr )
, m_buffer( nullptr )
, m_inconsistentSamples( false )
, m_traceVersion( CurrentVersion )
{
m_data.sourceLocationExpand.push_back( 0 );