Build fixes for GPU module.
This commit is contained in:
@@ -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) );
|
||||
}
|
||||
|
Reference in New Issue
Block a user