Commit 349a9fac authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

fixed compile-time warning under g++

parent 19b434be
...@@ -386,4 +386,4 @@ void cv::gpu::meanShiftSegmentation(const GpuMat& src, Mat& dst, int sp, int sr, ...@@ -386,4 +386,4 @@ void cv::gpu::meanShiftSegmentation(const GpuMat& src, Mat& dst, int sp, int sr,
} }
} }
#endif // #if !defined (HAVE_CUDA) #endif // #if !defined (HAVE_CUDA)
\ No newline at end of file
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