mirror of
https://github.com/opencv/opencv.git
synced 2025-06-16 06:40:49 +08:00
14 lines
165 B
C++
14 lines
165 B
C++
|
|
#ifndef OPENCV_FLANN_DUMMY_H_
|
|
#define OPENCV_FLANN_DUMMY_H_
|
|
|
|
namespace cvflann
|
|
{
|
|
|
|
CV_DEPRECATED inline void dummyfunc() {}
|
|
|
|
}
|
|
|
|
|
|
#endif /* OPENCV_FLANN_DUMMY_H_ */
|