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_IMGCODECS_HPP__
|
||||
#define __OPENCV_IMGCODECS_HPP__
|
||||
#ifndef OPENCV_IMGCODECS_HPP
|
||||
#define OPENCV_IMGCODECS_HPP
|
||||
|
||||
#include "opencv2/core.hpp"
|
||||
|
||||
@@ -264,4 +264,4 @@ CV_EXPORTS_W bool imencode( const String& ext, InputArray img,
|
||||
|
||||
} // cv
|
||||
|
||||
#endif //__OPENCV_IMGCODECS_HPP__
|
||||
#endif //OPENCV_IMGCODECS_HPP
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_IMGCODECS_H__
|
||||
#define __OPENCV_IMGCODECS_H__
|
||||
#ifndef OPENCV_IMGCODECS_H
|
||||
#define OPENCV_IMGCODECS_H
|
||||
|
||||
#include "opencv2/core/core_c.h"
|
||||
|
||||
@@ -134,4 +134,4 @@ CVAPI(int) cvHaveImageWriter(const char* filename);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __OPENCV_IMGCODECS_H__
|
||||
#endif // OPENCV_IMGCODECS_H
|
||||
|
||||
Reference in New Issue
Block a user