From 0f6ea38eac79d0931eb1cd03b8c11b17a899aae4 Mon Sep 17 00:00:00 2001 From: Olexa Bilaniuk Date: Tue, 3 Mar 2015 11:42:04 -0500 Subject: [PATCH] Added OPENCV_ prefix to #include guard. --- modules/calib3d/src/rhorefc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/calib3d/src/rhorefc.h b/modules/calib3d/src/rhorefc.h index 9fcb3677b..8ebc277ad 100644 --- a/modules/calib3d/src/rhorefc.h +++ b/modules/calib3d/src/rhorefc.h @@ -44,8 +44,8 @@ */ /* Include Guards */ -#ifndef __RHOREFC_H__ -#define __RHOREFC_H__ +#ifndef __OPENCV_RHOREFC_H__ +#define __OPENCV_RHOREFC_H__