Merge pull request #11669 from csukuangfj:fix-11668

pull/11664/merge
Alexander Alekhin 7 years ago
commit 1b53a4fccc
  1. 2
      modules/viz/include/opencv2/viz/widgets.hpp

@ -95,7 +95,7 @@ namespace cv
Widget();
Widget(const Widget& other);
Widget& operator=(const Widget& other);
~Widget();
virtual ~Widget();
/** @brief Creates a widget from ply file.

Loading…
Cancel
Save