mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Copter: correct use of parent class constructors (heli)
This commit is contained in:
parent
da69832140
commit
e6ece4cf3d
@ -130,7 +130,7 @@ class ModeAcro_Heli : public ModeAcro {
|
||||
|
||||
public:
|
||||
// inherit constructor
|
||||
using Copter::Mode::Mode;
|
||||
using Copter::ModeAcro::Mode;
|
||||
|
||||
bool init(bool ignore_checks) override;
|
||||
void run() override;
|
||||
@ -1012,7 +1012,7 @@ class ModeStabilize_Heli : public ModeStabilize {
|
||||
|
||||
public:
|
||||
// inherit constructor
|
||||
using Copter::Mode::Mode;
|
||||
using Copter::ModeStabilize::Mode;
|
||||
|
||||
bool init(bool ignore_checks) override;
|
||||
void run() override;
|
||||
|
Loading…
Reference in New Issue
Block a user