aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/OpenCL.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/OpenCL.h')
-rw-r--r--arm_compute/core/CL/OpenCL.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/core/CL/OpenCL.h b/arm_compute/core/CL/OpenCL.h
index 912a53103a..b1d50e73b1 100644
--- a/arm_compute/core/CL/OpenCL.h
+++ b/arm_compute/core/CL/OpenCL.h
@@ -60,11 +60,10 @@ bool opencl_is_available();
/** Class for loading OpenCL symbols. */
class CLSymbols final
{
-private:
+public:
CLSymbols() = default;
void load_symbols(void *handle);
-public:
/** Get the static instance of CLSymbols.
*
* @return The static instance of CLSymbols.