aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/GLES_COMPUTE/GCMemoryRegion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/GLES_COMPUTE/GCMemoryRegion.cpp')
-rw-r--r--src/runtime/GLES_COMPUTE/GCMemoryRegion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/GLES_COMPUTE/GCMemoryRegion.cpp b/src/runtime/GLES_COMPUTE/GCMemoryRegion.cpp
index 45fd6e8944..2ffd9f2ffc 100644
--- a/src/runtime/GLES_COMPUTE/GCMemoryRegion.cpp
+++ b/src/runtime/GLES_COMPUTE/GCMemoryRegion.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -42,7 +42,7 @@ void *IGCMemoryRegion::buffer()
return _mapping;
}
-void *IGCMemoryRegion::buffer() const
+const void *IGCMemoryRegion::buffer() const
{
return _mapping;
}