Merge pull request #2256 from ilya-lavrenov:tapi_matchTempl

This commit is contained in:
Andrey Pavlenko
2014-02-03 14:10:20 +04:00
committed by OpenCV Buildbot
5 changed files with 125 additions and 165 deletions

View File

@@ -28,7 +28,7 @@
if (cv::ocl::useOpenCL() && (condition)) \
{ \
CV_Assert(func); \
return; \
return __VA_ARGS__; \
} \
}
#else