Skip to content

Commit 13ece5c

Browse files
committed
fix: missing virtual destructor
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
1 parent 49f22be commit 13ece5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sensing/autoware_pointcloud_preprocessor/include/autoware/pointcloud_preprocessor/concatenate_data/combine_cloud_handler.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ class CombineCloudHandler<PointCloud2Traits> : public CombineCloudHandlerBase
116116
{
117117
}
118118

119+
virtual ~CombineCloudHandler() {}
120+
119121
ConcatenatedCloudResult<PointCloud2Traits> combine_pointclouds(
120122
std::unordered_map<std::string, typename PointCloud2Traits::PointCloudMessage::ConstSharedPtr> &
121123
topic_to_cloud_map);

0 commit comments

Comments
 (0)