Skip to content

Commit

Permalink
fix(tier4_planning_rviz_plugin): fix cppcheck warning of virtualCallI…
Browse files Browse the repository at this point in the history
…nConstructor (#8377)

fix: deal with virtualCallInConstructor warning

Signed-off-by: taisa1 <[email protected]>
Co-authored-by: Ryuta Kambe <[email protected]>
  • Loading branch information
taisa1 and veqcc authored Aug 14, 2024
1 parent 2c19f1e commit 5e400de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ OverlayObject::OverlayObject(

OverlayObject::~OverlayObject()
{
hide();
OverlayObject::hide();
panel_material_->unload();
Ogre::MaterialManager::getSingleton().remove(panel_material_->getName());
// Ogre::OverlayManager* mOverlayMgr = Ogre::OverlayManager::getSingletonPtr();
Expand Down

0 comments on commit 5e400de

Please sign in to comment.