mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-30 06:58:28 +00:00
Worker must be mutable.
This is to allow use of various accessors that cache results, etc.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
TimelineController::TimelineController( View& view, const Worker& worker )
|
||||
TimelineController::TimelineController( View& view, Worker& worker )
|
||||
: m_height( 0 )
|
||||
, m_offset( 0 )
|
||||
, m_scroll( 0 )
|
||||
|
||||
Reference in New Issue
Block a user