Build fixes for GPU module.

This commit is contained in:
Alexander Smorkalov
2013-12-19 18:36:02 +04:00
parent 2509fa8080
commit 069f3d8d9a
11 changed files with 33 additions and 31 deletions

View File

@@ -752,5 +752,5 @@ void cv::gpu::error(const char *error_string, const char *file, const int line,
cerr.flush();
}
else
::cv::error( ::cv::Exception(code, error_string, func, file, line) );
cv::error( cv::Exception(code, error_string, func, file, line) );
}