Added an empty virtual destructor to fix a compile warning
parent
ae57441c3d
commit
e52c574e46
|
@ -19,6 +19,7 @@ namespace gtsam {
|
|||
class Testable {
|
||||
|
||||
public:
|
||||
virtual ~Testable() {};
|
||||
|
||||
/**
|
||||
* print
|
||||
|
|
Loading…
Reference in New Issue