commit | 8938bd3f40ea62ff56d6ed4e2db0a8aee34dd64a | [log] [tgz] |
---|---|---|
author | Kaizen <kaizen@arm.com> | Thu Sep 28 14:38:23 2017 +0100 |
committer | Anthony Barbier <anthony.barbier@arm.com> | Thu Sep 28 16:31:13 2017 +0100 |
tree | c234331232f227e0cdfb567a54ecaa5460aaa064 | |
parent | f4a254c2745aeaab6f7276a675147d707002fe7a [diff] [blame] |
arm_compute v17.09 Change-Id: I4bf8f4e6e5f84ce0d5b6f5ba570d276879f42a81
diff --git a/src/runtime/CL/ICLSimpleFunction.cpp b/src/runtime/CL/ICLSimpleFunction.cpp index aa45743..a1a56fd 100644 --- a/src/runtime/CL/ICLSimpleFunction.cpp +++ b/src/runtime/CL/ICLSimpleFunction.cpp
@@ -28,8 +28,9 @@ using namespace arm_compute; -ICLSimpleFunction::ICLSimpleFunction() - : _kernel(), _border_handler() +ICLSimpleFunction::ICLSimpleFunction() // NOLINT + : _kernel(), + _border_handler() { }