aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/GLES_COMPUTE/GCTensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/GLES_COMPUTE/GCTensor.cpp')
-rw-r--r--src/runtime/GLES_COMPUTE/GCTensor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/GLES_COMPUTE/GCTensor.cpp b/src/runtime/GLES_COMPUTE/GCTensor.cpp
index 66c1abdb6d..e05eb4c4ae 100644
--- a/src/runtime/GLES_COMPUTE/GCTensor.cpp
+++ b/src/runtime/GLES_COMPUTE/GCTensor.cpp
@@ -26,7 +26,7 @@
namespace arm_compute
{
-GCTensor::GCTensor()
+GCTensor::GCTensor(IRuntimeContext *)
: _allocator(this)
{
}
@@ -80,4 +80,4 @@ void GCTensor::do_unmap()
{
_allocator.unmap();
}
-} // namespace arm_compute \ No newline at end of file
+} // namespace arm_compute