mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Fixed identifiers warns
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_CUDAIMGPROC_HPP__
|
||||
#define __OPENCV_CUDAIMGPROC_HPP__
|
||||
#ifndef OPENCV_CUDAIMGPROC_HPP
|
||||
#define OPENCV_CUDAIMGPROC_HPP
|
||||
|
||||
#ifndef __cplusplus
|
||||
# error cudaimgproc.hpp header must be compiled as C++
|
||||
@@ -726,4 +726,4 @@ CV_EXPORTS void blendLinear(InputArray img1, InputArray img2, InputArray weights
|
||||
|
||||
}} // namespace cv { namespace cuda {
|
||||
|
||||
#endif /* __OPENCV_CUDAIMGPROC_HPP__ */
|
||||
#endif /* OPENCV_CUDAIMGPROC_HPP */
|
||||
|
||||
Reference in New Issue
Block a user