Skip to content

Commit

Permalink
fix: clang-diagnostic-delete-abstract-non-virtual-dtor
Browse files Browse the repository at this point in the history
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
  • Loading branch information
kobayu858 committed Nov 28, 2024
1 parent 4e93960 commit 6f2561a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ namespace autoware::lidar_centerpoint
class VoxelGeneratorTemplate
{
public:
virtual ~VoxelGeneratorTemplate() = default;
explicit VoxelGeneratorTemplate(
const DensificationParam & param, const CenterPointConfig & config);

Expand Down

0 comments on commit 6f2561a

Please sign in to comment.