Skip to content

Commit 754c228

Browse files
committed
small change
Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
1 parent 1f32f01 commit 754c228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/detected_object_validation/include/detected_object_validation/obstacle_pointcloud_based_validator/obstacle_pointcloud_based_validator.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Validator
7777
size_t getThresholdPointCloud(const autoware_perception_msgs::msg::DetectedObject & object);
7878
virtual pcl::PointCloud<pcl::PointXYZ>::Ptr getDebugNeighborPointCloud() = 0;
7979

80-
virtual ~Validator() = default;
80+
virtual ~Validator() {}
8181
};
8282

8383
class Validator2D : public Validator

0 commit comments

Comments
 (0)