Skip to content

Commit

Permalink
fix: deal with virtualCallInConstructor warning
Browse files Browse the repository at this point in the history
Signed-off-by: taisa1 <[email protected]>
  • Loading branch information
taisa1 committed Aug 6, 2024
1 parent 2705a63 commit cf299a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ OverlayObject::OverlayObject(const std::string & name) : name_(name)

OverlayObject::~OverlayObject()
{
hide();
OverlayObject::hide();

Check warning on line 116 in common/tier4_vehicle_rviz_plugin/src/tools/jsk_overlay_utils.cpp

View check run for this annotation

Codecov / codecov/patch

common/tier4_vehicle_rviz_plugin/src/tools/jsk_overlay_utils.cpp#L116

Added line #L116 was not covered by tests
panel_material_->unload();
Ogre::MaterialManager::getSingleton().remove(panel_material_->getName());
// Ogre::OverlayManager* mOverlayMgr = Ogre::OverlayManager::getSingletonPtr();
Expand Down

0 comments on commit cf299a1

Please sign in to comment.