Fixing a small error in compilation for gpu - anatoly should review.
authorEthan Rublee <no@email>
Mon, 15 Nov 2010 17:42:34 +0000 (17:42 +0000)
committerEthan Rublee <no@email>
Mon, 15 Nov 2010 17:42:34 +0000 (17:42 +0000)
modules/gpu/src/precomp.hpp

index 9ac73a9..53740ac 100644 (file)
@@ -69,7 +69,7 @@
 \r
 #else /* defined(HAVE_CUDA) */\r
 \r
-    static inline void throw_nogpu() { CV_Error(CV_GpuNotFound, "The library is compilled without GPU support"); }\r
+    static inline void throw_nogpu() { CV_Error(CV_GpuNotSupported, "The library is compilled without GPU support"); }\r
 \r
 #endif /* defined(HAVE_CUDA) */\r
 \r