From 2e7c885590203295782d2e92f52468e88b9b636f Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Mon, 9 Sep 2019 09:23:53 +0100 Subject: IVGCVSW-3400 Add missing virtual destructors * Added missing virtual destructors to recently added profiling interface classes Change-Id: Id2c4b3bb22ef233b26723d3e578477c59018fbda Signed-off-by: Matteo Martincigh --- src/profiling/ISendCounterPacket.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/profiling/ISendCounterPacket.hpp') diff --git a/src/profiling/ISendCounterPacket.hpp b/src/profiling/ISendCounterPacket.hpp index 7f9e192b9d..5117c5dbd5 100644 --- a/src/profiling/ISendCounterPacket.hpp +++ b/src/profiling/ISendCounterPacket.hpp @@ -18,6 +18,8 @@ class ISendCounterPacket public: using IndexValuePairsVector = std::vector>; + virtual ~ISendCounterPacket() {} + /// Create and write a StreamMetaDataPacket in the buffer virtual void SendStreamMetaDataPacket() = 0; -- cgit v1.2.1