1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Fixed identifiers warns

This commit is contained in:
sourin
2016-09-30 15:16:29 +05:30
parent d06bdd5bf6
commit a34fbf7bb1
273 changed files with 657 additions and 657 deletions
+3 -3
View File
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_ML_HPP__
#define __OPENCV_ML_HPP__
#ifndef OPENCV_ML_HPP
#define OPENCV_ML_HPP
#ifdef __cplusplus
# include "opencv2/core.hpp"
@@ -1681,6 +1681,6 @@ CV_EXPORTS void createConcentricSpheresTestSet( int nsamples, int nfeatures, int
}
#endif // __cplusplus
#endif // __OPENCV_ML_HPP__
#endif // OPENCV_ML_HPP
/* End of file. */