aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/ExecutionFrame.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/ExecutionFrame.hpp')
-rw-r--r--src/armnn/ExecutionFrame.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/armnn/ExecutionFrame.hpp b/src/armnn/ExecutionFrame.hpp
index 3661fc7d46..97f6f3fb56 100644
--- a/src/armnn/ExecutionFrame.hpp
+++ b/src/armnn/ExecutionFrame.hpp
@@ -17,7 +17,7 @@ class IExecutionFrame
{
public:
- ~IExecutionFrame() {}
+ virtual ~IExecutionFrame() {}
virtual IExecutionFrame* ExecuteWorkloads(IExecutionFrame* previousFrame) = 0;
virtual void PostAllocationConfigure() {};
@@ -39,4 +39,4 @@ private:
IExecutionFrame* m_NextExecutionFrame = nullptr;
};
-} \ No newline at end of file
+}