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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user