Skip to content

Commit

Permalink
chore: fixed missing virtual destructor
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
  • Loading branch information
knzo25 committed Jun 10, 2024
1 parent 038d82c commit 27c03cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TensorRTWrapper
public:
explicit TensorRTWrapper(const CenterPointConfig & config);

~TensorRTWrapper();
virtual ~TensorRTWrapper();

bool init(
const std::string & onnx_path, const std::string & engine_path, const std::string & precision);
Expand Down

0 comments on commit 27c03cf

Please sign in to comment.