mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 13:13:53 +00:00
Fix init order.
This commit is contained in:
parent
5675044443
commit
5249eb4428
@ -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 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user