aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IBufferWrapper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IBufferWrapper.hpp')
-rw-r--r--src/profiling/IBufferWrapper.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/profiling/IBufferWrapper.hpp b/src/profiling/IBufferWrapper.hpp
index 5128521d02..9c38ab1dc8 100644
--- a/src/profiling/IBufferWrapper.hpp
+++ b/src/profiling/IBufferWrapper.hpp
@@ -14,6 +14,8 @@ namespace profiling
class IBufferWrapper
{
public:
+ virtual ~IBufferWrapper() {}
+
virtual unsigned char* Reserve(unsigned int requestedSize, unsigned int& reservedSize) = 0;
virtual void Commit(unsigned int size) = 0;
@@ -25,4 +27,4 @@ public:
} // namespace profiling
-} // namespace armnn \ No newline at end of file
+} // namespace armnn