mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
fix #11668.
This commit is contained in:
parent
0f298a4203
commit
4bb220bb90
@ -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…
Reference in New Issue
Block a user