This commit is contained in:
Fangjun Kuang 2018-06-02 16:17:32 +08:00
parent 0f298a4203
commit 4bb220bb90

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.