Skip to content
Snippets Groups Projects
Commit f5270a32 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Make Device destructor virual.

parent 48fdc2fe
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ namespace dynamicgraph {
/* --- CONSTRUCTION --- */
Device(const std::string& name);
/* --- DESTRUCTION --- */
~Device();
virtual ~Device();
void setStateSize(const unsigned int& size);
void setState(const ml::Vector& st);
......
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