aboutsummaryrefslogtreecommitdiff
path: root/test/Concurrent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Concurrent.cpp')
-rw-r--r--test/Concurrent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Concurrent.cpp b/test/Concurrent.cpp
index 55a1a395..0848a88c 100644
--- a/test/Concurrent.cpp
+++ b/test/Concurrent.cpp
@@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE(ConcurrentExecute)
// make the prepared models
const size_t maxRequests = 5;
- android::sp<IPreparedModel> preparedModels[maxRequests];
+ android::sp<V1_0::IPreparedModel> preparedModels[maxRequests];
for (size_t i = 0; i < maxRequests; ++i)
{
preparedModels[i] = PrepareModel(model, *driver);