mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-27 02:58:31 -04:00
AP_OpticalFlow: add override keyword where required
This commit is contained in:
parent
64eb8f0986
commit
327ccc8961
@ -25,8 +25,8 @@ class AP_OpticalFlow_Onboard : public OpticalFlow_backend
|
||||
{
|
||||
public:
|
||||
AP_OpticalFlow_Onboard(OpticalFlow &_frontend);
|
||||
void init(void);
|
||||
void update(void);
|
||||
void init(void) override;
|
||||
void update(void) override;
|
||||
private:
|
||||
uint32_t _last_read_ms;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user