Skip to content

Commit

Permalink
missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored and fredroy committed Jan 21, 2025
1 parent 01fc2cf commit 251c281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sofa/Component/Visual/src/sofa/component/visual/VisualStyle.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ class SOFA_COMPONENT_VISUAL_API VisualStyle : public sofa::core::visual::BaseVis
void updateVisualFlags(VisualParams* ) override;
void applyBackupFlags(VisualParams* ) override;

bool insertInNode( sofa::core::objectmodel::BaseNode* node );
bool removeInNode( sofa::core::objectmodel::BaseNode* node );
bool insertInNode(sofa::core::objectmodel::BaseNode* node) override;
bool removeInNode(sofa::core::objectmodel::BaseNode* node) override;

SOFA_ATTRIBUTE_DEPRECATED__RENAME_DATA_IN_VISUAL()
sofa::core::objectmodel::RenamedData<DisplayFlags> displayFlags;
Expand Down

0 comments on commit 251c281

Please sign in to comment.