fixed compile-time warning under g++

pull/13383/head
Alexey Spizhevoy 14 years ago
parent 19b434be50
commit 349a9fac86
  1. 2
      modules/gpu/src/mssegmentation.cpp

@ -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)

Loading…
Cancel
Save