Browse Source

Sub: delete correct assignment operator

mission-4.1.18
Peter Barker 7 years ago committed by Lucas De Marchi
parent
commit
5e1e3dc822
  1. 2
      ArduSub/AP_Arming_Sub.h

2
ArduSub/AP_Arming_Sub.h

@ -12,7 +12,7 @@ public: @@ -12,7 +12,7 @@ public:
/* Do not allow copies */
AP_Arming_Sub(const AP_Arming_Sub &other) = delete;
AP_Arming_Sub &operator=(const AP_Baro&) = delete;
AP_Arming_Sub &operator=(const AP_Arming_Sub&) = delete;
bool rc_calibration_checks(bool report) override;
bool pre_arm_checks(bool report) override;

Loading…
Cancel
Save