Commit 1b53a4fc authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11669 from csukuangfj:fix-11668

parents 0f298a42 4bb220bb
...@@ -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