From 179a43ef63745d5d4d58734324bf54202ccb2158 Mon Sep 17 00:00:00 2001 From: Vladimir Bystricky Date: Mon, 9 Dec 2013 11:10:48 +0400 Subject: [PATCH] Fix build errors on Linux system --- modules/imgproc/src/filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/src/filter.cpp b/modules/imgproc/src/filter.cpp index 80a9584165..832b0d0381 100644 --- a/modules/imgproc/src/filter.cpp +++ b/modules/imgproc/src/filter.cpp @@ -3148,7 +3148,7 @@ static int _prepareKernelFilter2D(std::vector& 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 ) {