From 509730c1cdf8450755c887bf0405073d730619d5 Mon Sep 17 00:00:00 2001 From: Vladislav Vinogradov Date: Wed, 26 Oct 2011 12:44:38 +0000 Subject: [PATCH] minor --- modules/gpu/include/opencv2/gpu/gpu.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/gpu/include/opencv2/gpu/gpu.hpp b/modules/gpu/include/opencv2/gpu/gpu.hpp index 19c6a8eaf6..38f6a955b9 100644 --- a/modules/gpu/include/opencv2/gpu/gpu.hpp +++ b/modules/gpu/include/opencv2/gpu/gpu.hpp @@ -141,8 +141,7 @@ namespace cv //////////////////////////////// Error handling //////////////////////// - //CV_EXPORTS void error(const char *error_string, const char *file, const int line, const char *func); - //CV_EXPORTS void nppError( int err, const char *file, const int line, const char *func); + CV_EXPORTS void error(const char *error_string, const char *file, const int line, const char *func); //////////////////////////////// CudaMem //////////////////////////////// // CudaMem is limited cv::Mat with page locked memory allocation.