fix destructor virtual keyword
parent
3c9ace628a
commit
6af7c3ac29
|
@ -43,7 +43,7 @@ public:
|
||||||
/// Constructor
|
/// Constructor
|
||||||
LocalOrientedPlane3Factor() {}
|
LocalOrientedPlane3Factor() {}
|
||||||
|
|
||||||
virtual ~LocalOrientedPlane3Factor() {}
|
~LocalOrientedPlane3Factor() override {}
|
||||||
|
|
||||||
/** Constructor with measured plane (a,b,c,d) coefficients
|
/** Constructor with measured plane (a,b,c,d) coefficients
|
||||||
* @param z measured plane (a,b,c,d) coefficients as 4D vector
|
* @param z measured plane (a,b,c,d) coefficients as 4D vector
|
||||||
|
|
Loading…
Reference in New Issue