Added OPENCV_ prefix to #include guard.

This commit is contained in:
Olexa Bilaniuk 2015-03-03 11:42:04 -05:00
parent a2affe70d9
commit 0f6ea38eac

View File

@ -44,8 +44,8 @@
*/
/* Include Guards */
#ifndef __RHOREFC_H__
#define __RHOREFC_H__
#ifndef __OPENCV_RHOREFC_H__
#define __OPENCV_RHOREFC_H__