include/opencv2/flann/dummy.h
Go to the documentation of this file.
00001 
00002 #ifndef OPENCV_FLANN_DUMMY_H_
00003 #define OPENCV_FLANN_DUMMY_H_
00004 
00005 namespace cvflann
00006 {
00007 
00008 #if (defined WIN32 || defined _WIN32 || defined WINCE) && defined CVAPI_EXPORTS
00009 __declspec(dllexport)
00010 #endif
00011 void dummyfunc();
00012 
00013 }
00014 
00015 
00016 #endif  /* OPENCV_FLANN_DUMMY_H_ */