mirror of https://github.com/ArduPilot/ardupilot
AP_Gripper: add override keyword where required
This commit is contained in:
parent
fd888727b8
commit
c9f31f7e0a
|
@ -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…
Reference in New Issue