From f52cd78acdedc9b4e2342daf2ca65578a6da28e1 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 25 Mar 2019 14:06:14 +0000 Subject: COMPMID-1995: Minor code fixes. -Remove FIXMEs and link to tickets. -Pass large object by const reference. -Implement copy assignment operator for Window. Change-Id: I975223ac42ec424f153569a8c963f29e6b86ad29 Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/899 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- utils/GraphUtils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/GraphUtils.h') diff --git a/utils/GraphUtils.h b/utils/GraphUtils.h index 47656766a6..4ae484f430 100644 --- a/utils/GraphUtils.h +++ b/utils/GraphUtils.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef __ARM_COMPUTE_GRAPH_UTILS_H__ -#define __ARM_COMPUTE_GRAPH_UTILS_H__ +#ifndef __ARM_COMPUTE_UTILS_GRAPH_UTILS_H__ +#define __ARM_COMPUTE_UTILS_GRAPH_UTILS_H__ #include "arm_compute/core/PixelValue.h" #include "arm_compute/core/Utils.h" @@ -601,4 +601,4 @@ inline graph::Target set_target_hint(int target) } // namespace graph_utils } // namespace arm_compute -#endif /* __ARM_COMPUTE_GRAPH_UTILS_H__ */ +#endif /* __ARM_COMPUTE_UTILS_GRAPH_UTILS_H__ */ -- cgit v1.2.1