mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-06 05:19:16 +00:00
Add key to TimelineItem.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace tracy
|
||||
{
|
||||
|
||||
TimelineItemThread::TimelineItemThread( View& view, Worker& worker, const ThreadData* thread )
|
||||
: TimelineItem( view, worker )
|
||||
: TimelineItem( view, worker, thread )
|
||||
, m_thread( thread )
|
||||
, m_ghost( false )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user