Skip to content
Snippets Groups Projects
Commit 2caa15d3 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Added missing virtual destructor

parent a71cc8b1
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ public:
*/
virtual py::object getPy(const std::string& name) const = 0;
#endif
virtual ~Parameters() {}
};
}
......
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