Skip to content
Snippets Groups Projects
Commit b702daf4 authored by Nicolas de Palezieux's avatar Nicolas de Palezieux Committed by Beat Küng
Browse files

vmount: virtual destructor

parent c3faf587
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ class OutputMavlink : public OutputBase
{
public:
OutputMavlink(const OutputConfig &output_config);
~OutputMavlink();
virtual ~OutputMavlink();
virtual int update(const ControlData *control_data);
......
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