Commit b560cc35 authored by Anatoly Baksheev's avatar Anatoly Baksheev

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

parent d368bf52
......@@ -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*);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment