From d92a6e4c19567cb03de76963068c002353cea528 Mon Sep 17 00:00:00 2001 From: Kevin May Date: Thu, 4 Feb 2021 10:27:41 +0000 Subject: IVGCVSW-4873 Implement Pimpl Idiom for IRuntime Signed-off-by: Kevin May Change-Id: I52448938735b2aa678c47e0f3061c87fa0c693b1 --- src/armnn/test/RuntimeTests.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/test/RuntimeTests.hpp') diff --git a/src/armnn/test/RuntimeTests.hpp b/src/armnn/test/RuntimeTests.hpp index 90aed5de1e..bca8324733 100644 --- a/src/armnn/test/RuntimeTests.hpp +++ b/src/armnn/test/RuntimeTests.hpp @@ -9,6 +9,6 @@ namespace armnn { -void RuntimeLoadedNetworksReserve(armnn::Runtime* runtime); +void RuntimeLoadedNetworksReserve(armnn::RuntimeImpl* runtime); } // namespace armnn -- cgit v1.2.1