mirror of https://github.com/ArduPilot/ardupilot
AP_WheelEncoder: add override keyword where required
This commit is contained in:
parent
34008ad29c
commit
dde3deff98
|
@ -26,7 +26,7 @@ public:
|
|||
AP_WheelEncoder_Quadrature(AP_WheelEncoder &frontend, uint8_t instance, AP_WheelEncoder::WheelEncoder_State &state);
|
||||
|
||||
// update state
|
||||
void update(void);
|
||||
void update(void) override;
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Reference in New Issue