From 032bc74ca4bc6589a33f23db31accddc5b20baaa Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Wed, 12 Feb 2020 11:02:34 +0000 Subject: IVGCVSW-4338 Implement the Activation of Counters in backends Signed-off-by: Finn Williams Change-Id: I4a2465f06e046f78242ff0a246c651638b205498 --- src/profiling/SendCounterPacket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profiling/SendCounterPacket.hpp') diff --git a/src/profiling/SendCounterPacket.hpp b/src/profiling/SendCounterPacket.hpp index 5a10711e1e..1880a2a47d 100644 --- a/src/profiling/SendCounterPacket.hpp +++ b/src/profiling/SendCounterPacket.hpp @@ -25,7 +25,7 @@ public: using DeviceRecord = std::vector; using CounterSetRecord = std::vector; using EventRecord = std::vector; - using IndexValuePairsVector = std::vector>; + using IndexValuePairsVector = std::vector; SendCounterPacket(IBufferManager& buffer) : m_BufferManager(buffer) -- cgit v1.2.1