Browse Source

Plane: delete correct assignment operator

master
Peter Barker 7 years ago committed by Lucas De Marchi
parent
commit
4104d40130
  1. 2
      ArduPlane/AP_Arming.h

2
ArduPlane/AP_Arming.h

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

Loading…
Cancel
Save