mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Worker must be mutable.
This is to allow use of various accessors that cache results, etc.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
TimelineItem::TimelineItem( View& view, const Worker& worker )
|
||||
TimelineItem::TimelineItem( View& view, Worker& worker )
|
||||
: m_visible( true )
|
||||
, m_showFull( true )
|
||||
, m_height( 0 )
|
||||
|
||||
Reference in New Issue
Block a user