Skip to content

Commit 04c368d

Browse files
committed
fix: add forgotten override
1 parent 3b7c15b commit 04c368d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

applications/plugins/PersistentContact/PersistentFrictionContact.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ class PersistentFrictionContact : public FrictionContact<TCollisionModel1, TColl
145145
protected:
146146

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

150-
void doCreateResponse(core::objectmodel::BaseContext* group);
150+
void doCreateResponse(core::objectmodel::BaseContext* group) override;
151151

152152
void doRemoveResponse() override;
153153

0 commit comments

Comments
 (0)