mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 06:43:21 +08:00
vmount: virtual destructor
This commit is contained in:
committed by
Beat Küng
parent
c3faf587cc
commit
b702daf40e
@@ -56,7 +56,7 @@ class OutputMavlink : public OutputBase
|
||||
{
|
||||
public:
|
||||
OutputMavlink(const OutputConfig &output_config);
|
||||
~OutputMavlink();
|
||||
virtual ~OutputMavlink();
|
||||
|
||||
virtual int update(const ControlData *control_data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user