aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/GLES_COMPUTE/GCRuntimeContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/GLES_COMPUTE/GCRuntimeContext.cpp')
-rw-r--r--src/runtime/GLES_COMPUTE/GCRuntimeContext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/GLES_COMPUTE/GCRuntimeContext.cpp b/src/runtime/GLES_COMPUTE/GCRuntimeContext.cpp
index 6599f5296a..2ed78fe099 100644
--- a/src/runtime/GLES_COMPUTE/GCRuntimeContext.cpp
+++ b/src/runtime/GLES_COMPUTE/GCRuntimeContext.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 Arm Limited.
+ * Copyright (c) 2019-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -30,7 +30,7 @@
namespace arm_compute
{
GCRuntimeContext::GCRuntimeContext()
- : _gpu_owned_scheduler(support::cpp14::make_unique<GCScheduler>()),
+ : _gpu_owned_scheduler(std::make_unique<GCScheduler>()),
_gpu_scheduler(_gpu_owned_scheduler.get()),
_core_context()
{