From 7d96b16acfdbdcef6739d59ba067a37c062aa03f Mon Sep 17 00:00:00 2001 From: Kevin May Date: Wed, 3 Feb 2021 17:38:41 +0000 Subject: IVGCVSW-5592 Implement Pimpl Idiom for Tf and TfLite Parsers Signed-off-by: Kevin May Change-Id: I4a82aca4a2c47b3c598b91bc0075c09397be728a --- src/armnnTfLiteParser/test/Constant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnnTfLiteParser/test/Constant.cpp') diff --git a/src/armnnTfLiteParser/test/Constant.cpp b/src/armnnTfLiteParser/test/Constant.cpp index cc89223469..bfb76a9791 100644 --- a/src/armnnTfLiteParser/test/Constant.cpp +++ b/src/armnnTfLiteParser/test/Constant.cpp @@ -10,7 +10,7 @@ #include #include -using armnnTfLiteParser::TfLiteParser; +using armnnTfLiteParser::TfLiteParserImpl; BOOST_AUTO_TEST_SUITE(TensorflowLiteParser) -- cgit v1.2.1