fix destructor virtual keyword

release/4.3a0
David Wisth 2022-01-03 16:05:58 +11:00
parent 3c9ace628a
commit 6af7c3ac29
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public:
/// Constructor
LocalOrientedPlane3Factor() {}
virtual ~LocalOrientedPlane3Factor() {}
~LocalOrientedPlane3Factor() override {}
/** Constructor with measured plane (a,b,c,d) coefficients
* @param z measured plane (a,b,c,d) coefficients as 4D vector