From 2ffcc4179648bbd6fb08342969391a2bcd027221 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Tue, 5 Nov 2019 11:47:40 +0000 Subject: IVGCVSW-4065 Refactor the IPacketBuffer smart pointers * Added convenience "using" statement for the unique pointers to IPacketBuffer * Replaced all the occurrencies in the code Signed-off-by: Matteo Martincigh Change-Id: Iffec3a425ffbc1ecb23012971563a48139eb32eb --- src/profiling/SendTimelinePacket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profiling/SendTimelinePacket.hpp') diff --git a/src/profiling/SendTimelinePacket.hpp b/src/profiling/SendTimelinePacket.hpp index 35ec24ffae..2f9892f314 100644 --- a/src/profiling/SendTimelinePacket.hpp +++ b/src/profiling/SendTimelinePacket.hpp @@ -55,7 +55,7 @@ private: void ReserveBuffer(); IBufferManager& m_BufferManager; - std::unique_ptr m_WriteBuffer; + IPacketBufferPtr m_WriteBuffer; unsigned int m_Offset; unsigned int m_BufferSize; }; -- cgit v1.2.1