fixing check_docs2.py issue

pull/2527/head
Andrey Pavlenko 11 years ago
parent 259b9e093c
commit 7e03a8b279
  1. 2
      modules/nonfree/include/opencv2/nonfree/ocl.hpp

@ -53,7 +53,7 @@ namespace cv
//! Speeded up robust features, port from GPU module.
////////////////////////////////// SURF //////////////////////////////////////////
class CV_EXPORTS SURF_OCL : public Feature2D
class CV_EXPORTS SURF_OCL : public cv::Feature2D
{
public:
enum KeypointLayout

Loading…
Cancel
Save