Skip to content

Commit

Permalink
fix(tier4_system_rviz_plugin): fix cppcheck warning of virtualCallInC…
Browse files Browse the repository at this point in the history
…onstructor (autowarefoundation#8378)

fix: deal with virtualCallInConstructor warning

Signed-off-by: taisa1 <[email protected]>
Co-authored-by: kminoda <[email protected]>
  • Loading branch information
taisa1 and kminoda authored Aug 14, 2024
1 parent 5e400de commit 07c1302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tier4_system_rviz_plugin/src/jsk_overlay_utils.cpp
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();
panel_material_->unload();
Ogre::MaterialManager::getSingleton().remove(panel_material_->getName());
// Ogre::OverlayManager* mOverlayMgr = Ogre::OverlayManager::getSingletonPtr();
Expand Down

0 comments on commit 07c1302

Please sign in to comment.