EstervQrCode 1.1.1
Library for qr code manipulation
dummy.h
1 
2 #ifndef OPENCV_FLANN_DUMMY_H_
3 #define OPENCV_FLANN_DUMMY_H_
4 
6 
7 namespace cvflann
8 {
9 
10 CV_DEPRECATED inline void dummyfunc() {}
11 
12 }
13 
15 
16 #endif /* OPENCV_FLANN_DUMMY_H_ */
#define CV_DEPRECATED
Definition: cvdef.h:450
Definition: flann.hpp:60