Skip to content
Snippets Groups Projects
Commit a3aa22ea authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Virtual destructor

parent 8491b411
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class LineFinderIterative : public LineFinder
* Destructor
*
**/
~LineFinderIterative();
virtual ~LineFinderIterative();
/** \brief Set Iterative Line Fit tunning params
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment