mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-17 00:29:44 +00:00
Don't pass font to SourceView ctor.
This commit is contained in:
@@ -161,8 +161,8 @@ static void PrintHwSampleTooltip( size_t cycles, size_t retired, size_t cacheRef
|
||||
enum { JumpSeparation = 6 };
|
||||
enum { JumpArrowBase = 9 };
|
||||
|
||||
SourceView::SourceView( ImFont* font, GetWindowCallback gwcb )
|
||||
: m_font( font )
|
||||
SourceView::SourceView( GetWindowCallback gwcb )
|
||||
: m_font( nullptr )
|
||||
, m_symAddr( 0 )
|
||||
, m_targetAddr( 0 )
|
||||
, m_targetLine( 0 )
|
||||
|
||||
Reference in New Issue
Block a user