removed Ptr typedef from Viz3d. It is deprecated since Viz3d itseez is a shared pointer

pull/1855/head
Anatoly Baksheev 11 years ago
parent d368bf5210
commit b560cc35d9
  1. 1
      modules/viz/include/opencv2/viz/viz3d.hpp

@ -64,7 +64,6 @@ namespace cv
class CV_EXPORTS Viz3d
{
public:
typedef cv::Ptr<Viz3d> Ptr;
typedef void (*KeyboardCallback)(const KeyboardEvent&, void*);
typedef void (*MouseCallback)(const MouseEvent&, void*);

Loading…
Cancel
Save