1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #11669 from csukuangfj:fix-11668

This commit is contained in:
Alexander Alekhin
2018-06-02 20:48:46 +00:00
+1 -1
View File
@@ -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.