Added OPENCV_ prefix to #include guard.

pull/3670/head
Olexa Bilaniuk 10 years ago
parent a2affe70d9
commit 0f6ea38eac
  1. 4
      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__

Loading…
Cancel
Save