add virtual constructor
parent
5333396671
commit
5df235d714
|
@ -99,6 +99,9 @@ class GTSAM_EXPORT Cal3 {
|
||||||
*/
|
*/
|
||||||
Cal3(double fov, int w, int h);
|
Cal3(double fov, int w, int h);
|
||||||
|
|
||||||
|
/// Virtual destructor
|
||||||
|
virtual ~Cal3() {}
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
/// @name Advanced Constructors
|
/// @name Advanced Constructors
|
||||||
/// @{
|
/// @{
|
||||||
|
|
Loading…
Reference in New Issue