Skip to content

Commit ac5ac59

Browse files
NiziLbakpaul
authored andcommitted
fix: add forgotten override
1 parent cd0795b commit ac5ac59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ class PersistentFrictionContact : public response::contact::FrictionContact<TCol
143143
protected:
144144

145145
/// Set the generic description of a contact point
146-
void doSetDetectionOutputs(OutputVector* outputs);
146+
void doSetDetectionOutputs(OutputVector* outputs) override;
147147

148-
void doCreateResponse(core::objectmodel::BaseContext* group);
148+
void doCreateResponse(core::objectmodel::BaseContext* group) override;
149149

150150
void doRemoveResponse() override;
151151

0 commit comments

Comments
 (0)