ocl: fix CL_RUNTIME_EXPORT for master branch
[profile/ivi/opencv.git] / modules / ocl / src / match_template.cpp
index cbcd6b3..9720c74 100644 (file)
@@ -91,7 +91,7 @@ namespace cv
         static bool useNaive(int method, int depth, Size size)
         {
 #ifdef HAVE_CLAMDFFT
-            if (method == TM_SQDIFF && (depth == CV_32F || !Context::getContext()->supportsFeature(Context::CL_DOUBLE)))
+            if (method == TM_SQDIFF && (depth == CV_32F || !Context::getContext()->supportsFeature(FEATURE_CL_DOUBLE)))
             {
                 return true;
             }