Skip to content

Commit cd0795b

Browse files
NiziLdamienmarchal
authored andcommitted
fix: add forgotten override
Co-authored-by: Damien Marchal <damien.marchal@univ-lille1.fr>
1 parent 79dbaf0 commit cd0795b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/plugins/PersistentContact/src/PersistentContact/PersistentFrictionContact.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class PersistentFrictionContact : public response::contact::FrictionContact<TCol
147147

148148
void doCreateResponse(core::objectmodel::BaseContext* group);
149149

150-
virtual void doRemoveResponse();
150+
void doRemoveResponse() override;
151151

152152
std::pair<bool,bool> findMappingOrUseMapper();
153153

0 commit comments

Comments
 (0)