We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071d214 commit 7546f36Copy full SHA for 7546f36
src/utils/cloud.h
@@ -51,7 +51,7 @@ class Cloud {
51
explicit Cloud(const Cloud& cloud);
52
explicit Cloud(const Pose& pose) : _pose(pose), _sensor_pose() {}
53
54
- ~Cloud() {}
+ virtual ~Cloud() {}
55
56
inline const std::vector<RichPoint>& points() const { return _points; }
57
0 commit comments