aboutsummaryrefslogtreecommitdiff
path: root/src/armnn
diff options
context:
space:
mode:
authorColm Donelan <Colm.Donelan@arm.com>2020-02-20 14:31:49 +0000
committerColm Donelan <colm.donelan@arm.com>2020-02-24 08:45:11 +0000
commitcf34f510b891b87b4c7be5edb30272b36cab7b51 (patch)
tree90d234edff9f8e7f8f10991e2757917a6a22af10 /src/armnn
parentb1ec67f5e52dbd0ffe64e60cf90eb27c3051d17a (diff)
downloadarmnn-cf34f510b891b87b4c7be5edb30272b36cab7b51.tar.gz
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 <Colm.Donelan@arm.com> Change-Id: I1675b0937fed7c74833e46af6d077ced57cf5bed
Diffstat (limited to 'src/armnn')
-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
+}