mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Fixed identifiers warns
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_CUDAOPTFLOW_HPP__
|
||||
#define __OPENCV_CUDAOPTFLOW_HPP__
|
||||
#ifndef OPENCV_CUDAOPTFLOW_HPP
|
||||
#define OPENCV_CUDAOPTFLOW_HPP
|
||||
|
||||
#ifndef __cplusplus
|
||||
# error cudaoptflow.hpp header must be compiled as C++
|
||||
@@ -346,4 +346,4 @@ public:
|
||||
|
||||
}} // namespace cv { namespace cuda {
|
||||
|
||||
#endif /* __OPENCV_CUDAOPTFLOW_HPP__ */
|
||||
#endif /* OPENCV_CUDAOPTFLOW_HPP */
|
||||
|
||||
Reference in New Issue
Block a user