AP_Gripper: add override keyword where required

This commit is contained in:
Peter Barker 2018-11-07 21:58:22 +11:00 committed by Andrew Tridgell
parent fd888727b8
commit c9f31f7e0a
1 changed files with 1 additions and 1 deletions

View File

@ -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: