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

@@ -9,7 +9,7 @@ namespace tracy
{
TimelineItemPlot::TimelineItemPlot( View& view, Worker& worker, PlotData* plot )
: TimelineItem( view, worker )
: TimelineItem( view, worker, plot )
, m_plot( plot )
{
}