Add key to TimelineItem.

This commit is contained in:
Tomaž Vöröš
2023-01-27 20:00:05 +01:00
parent 2df56e9941
commit dbefb70db3
7 changed files with 13 additions and 8 deletions

View File

@@ -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 )
{