Commit 179a43ef authored by Vladimir Bystricky's avatar Vladimir Bystricky

Fix build errors on Linux system

parent 29ba7730
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment