From 5cd366dca31171cb82f33e17f1b42b6a3e0cec98 Mon Sep 17 00:00:00 2001 From: DJWarmonger Date: Sat, 28 Jul 2018 14:14:24 +0200 Subject: [PATCH] Compile fix --- test/vcai/ResurceManagerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vcai/ResurceManagerTest.cpp b/test/vcai/ResurceManagerTest.cpp index 45ab179a7..b5a5d31ce 100644 --- a/test/vcai/ResurceManagerTest.cpp +++ b/test/vcai/ResurceManagerTest.cpp @@ -33,7 +33,7 @@ struct ResourceManagerTest : public Test//, public IResourceManager ResourceManagerTest() { - rm = std::make_unique>(&gcm, &aim); + rm = make_unique>(&gcm, &aim); //note: construct new goal for modfications invalidGoal = sptr(StrictMock());