Fixing a small error in compilation for gpu - anatoly should review.

This commit is contained in:
Ethan Rublee 2010-11-15 17:42:34 +00:00
parent 08b7855edc
commit 29b94ceef9

View File

@ -69,7 +69,7 @@
#else /* defined(HAVE_CUDA) */ #else /* defined(HAVE_CUDA) */
static inline void throw_nogpu() { CV_Error(CV_GpuNotFound, "The library is compilled without GPU support"); } static inline void throw_nogpu() { CV_Error(CV_GpuNotSupported, "The library is compilled without GPU support"); }
#endif /* defined(HAVE_CUDA) */ #endif /* defined(HAVE_CUDA) */