From cf2ad554502830804e991aca2e5b0741623119b2 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Fri, 20 Mar 2020 15:10:59 +0000 Subject: IVGCVSW-4589 Add call to SendWellKnownLabelsAndEventClasses Signed-off-by: Finn Williams Change-Id: Ia42f962ba53d7684f5ad75f5b1b91e2d9f3a2f9c --- src/profiling/TimelineUtilityMethods.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profiling/TimelineUtilityMethods.hpp') diff --git a/src/profiling/TimelineUtilityMethods.hpp b/src/profiling/TimelineUtilityMethods.hpp index 17d2aac57b..4f24726307 100644 --- a/src/profiling/TimelineUtilityMethods.hpp +++ b/src/profiling/TimelineUtilityMethods.hpp @@ -39,7 +39,7 @@ public: ~TimelineUtilityMethods() = default; - void SendWellKnownLabelsAndEventClasses(); + static void SendWellKnownLabelsAndEventClasses(ISendTimelinePacket& timelinePacket); ProfilingDynamicGuid CreateNamedTypedEntity(const std::string& name, const std::string& type); -- cgit v1.2.1