mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
vmount: virtual destructor
This commit is contained in:
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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user