Fix binary compatibility of opencv_nonfree

This commit is contained in:
Andrey Kamaev 2012-10-16 02:05:26 +04:00
parent 26bcb3812c
commit a07cc84436

View File

@ -48,7 +48,7 @@
namespace cv namespace cv
{ {
CV_EXPORTS bool initModule_nonfree(); CV_EXPORTS_W bool initModule_nonfree();
} }