Fix build errors on Linux system
authorVladimir Bystricky <vladimir.bystritsky@itseez.com>
Mon, 9 Dec 2013 07:10:48 +0000 (11:10 +0400)
committerVladimir Bystricky <vladimir.bystritsky@itseez.com>
Mon, 9 Dec 2013 07:10:48 +0000 (11:10 +0400)
modules/imgproc/src/filter.cpp

index 80a9584..832b0d0 100644 (file)
@@ -3148,7 +3148,7 @@ static int _prepareKernelFilter2D(std::vector<T>& data, const Mat &kernel)
     return size_y_aligned;
 }
 
-bool ocl_filter2D( InputArray _src, OutputArray _dst, int ddepth,
+static bool ocl_filter2D( InputArray _src, OutputArray _dst, int ddepth,
                    InputArray _kernel, Point anchor,
                    double delta, int borderType )
 {