From ea0c9b7f5c6fec72b46cf82f92cf303c0f3a20d8 Mon Sep 17 00:00:00 2001 From: krodyush Date: Tue, 17 Dec 2013 17:12:57 +0400 Subject: [PATCH] GFFT fix for linux build --- modules/ocl/src/gftt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ocl/src/gftt.cpp b/modules/ocl/src/gftt.cpp index 658e1a9..a82196d 100644 --- a/modules/ocl/src/gftt.cpp +++ b/modules/ocl/src/gftt.cpp @@ -101,7 +101,7 @@ static void sortCorners_caller(oclMat& corners, const int count) } // find corners on matrix and put it into array -void findCorners_caller( +static void findCorners_caller( const oclMat& eig_mat, //input matrix worth eigenvalues oclMat& eigMinMax, //input with min and max values of eigenvalues const float qualityLevel, -- 2.7.4