missed override in gear detector
This commit is contained in:
parent
df0361f271
commit
e1fcc6de08
|
@ -15,8 +15,8 @@ public:
|
|||
|
||||
float getRpmInGear(size_t gear) const;
|
||||
|
||||
SensorResult get() const;
|
||||
void showInfo(const char* sensorName) const;
|
||||
SensorResult get() const override;
|
||||
void showInfo(const char* sensorName) const override;
|
||||
|
||||
private:
|
||||
float computeGearboxRatio() const;
|
||||
|
|
Loading…
Reference in New Issue