Skip to content

Commit

Permalink
fix(autoware_lidar_centerpoint): fix clang-diagnostic-delete-abstract…
Browse files Browse the repository at this point in the history
…-non-virtual-dtor (#9515)

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Nov 29, 2024
1 parent 22e8502 commit 42efae0
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 42efae0

Please sign in to comment.