Fix build errors on Linux system

This commit is contained in:
Vladimir Bystricky 2013-12-09 11:10:48 +04:00
parent 29ba7730ed
commit 179a43ef63

View 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 )
{