AP_InertialNav: remove virtual qualifier from error_count

This commit is contained in:
Randy Mackay 2014-07-15 10:59:40 +09:00 committed by unknown
parent 0c0521a555
commit e27ff75a71

View File

@ -204,7 +204,7 @@ public:
/**
* error_count - returns number of missed updates from GPS
*/
virtual uint8_t error_count() const { return _error_count; }
uint8_t error_count() const { return _error_count; }
/**
* ignore_next_error - the next error (if it occurs immediately) will not be added to the error count