1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-30 20:53:52 +00:00

Fix init order.

This commit is contained in:
Bartosz Taudul 2020-03-27 23:57:23 +01:00
parent 5675044443
commit 5249eb4428

View File

@ -17,8 +17,8 @@ namespace tracy
SourceView::SourceView( ImFont* font ) SourceView::SourceView( ImFont* font )
: m_font( font ) : m_font( font )
, m_file( nullptr ) , m_file( nullptr )
, m_targetAddr( 0 )
, m_symAddr( 0 ) , m_symAddr( 0 )
, m_targetAddr( 0 )
, m_data( nullptr ) , m_data( nullptr )
, m_dataSize( 0 ) , m_dataSize( 0 )
, m_targetLine( 0 ) , m_targetLine( 0 )