Fix can be marked override warning

release/4.3a0
Toni 2021-01-22 00:27:32 -05:00
parent 654995e073
commit 241d82dbf7
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class SmartStereoProjectionPoseFactor : public SmartStereoProjectionFactor {
const KeyFormatter& keyFormatter = DefaultKeyFormatter) const override;
/// equals
virtual bool equals(const NonlinearFactor& p, double tol = 1e-9) const;
bool equals(const NonlinearFactor& p, double tol = 1e-9) const override;
/**
* error calculates the error of the factor.