mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-20 01:59:45 +00:00
Add key to TimelineItem.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace tracy
|
||||
{
|
||||
|
||||
TimelineItemPlot::TimelineItemPlot( View& view, Worker& worker, PlotData* plot )
|
||||
: TimelineItem( view, worker )
|
||||
: TimelineItem( view, worker, plot )
|
||||
, m_plot( plot )
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user