Browse Source

AP_Gripper: add override keyword where required

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
c9f31f7e0a
  1. 2
      libraries/AP_Gripper/AP_Gripper_Servo.h

2
libraries/AP_Gripper/AP_Gripper_Servo.h

@ -37,7 +37,7 @@ public: @@ -37,7 +37,7 @@ public:
bool released() const override;
// valid - returns true if the backend should be working
bool valid() const;
bool valid() const override;
protected:

Loading…
Cancel
Save