From cf34f510b891b87b4c7be5edb30272b36cab7b51 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Thu, 20 Feb 2020 14:31:49 +0000 Subject: IVGCVSW-4368 Update Android.mk and backend.mk files with latest unit tests * Sync up the Android build files with the CMakeLists.txt Signed-off-by: Colm Donelan Change-Id: I1675b0937fed7c74833e46af6d077ced57cf5bed --- src/armnn/ExecutionFrame.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/armnn/ExecutionFrame.hpp') 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 +} -- cgit v1.2.1