Commit 4bb220bb authored by Fangjun Kuang's avatar Fangjun Kuang

fix #11668.

parent 0f298a42
...@@ -95,7 +95,7 @@ namespace cv ...@@ -95,7 +95,7 @@ namespace cv
Widget(); Widget();
Widget(const Widget& other); Widget(const Widget& other);
Widget& operator=(const Widget& other); Widget& operator=(const Widget& other);
~Widget(); virtual ~Widget();
/** @brief Creates a widget from ply file. /** @brief Creates a widget from ply file.
......
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