We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0795b commit ac5ac59Copy full SHA for ac5ac59
applications/plugins/PersistentContact/src/PersistentContact/PersistentFrictionContact.h
@@ -143,9 +143,9 @@ class PersistentFrictionContact : public response::contact::FrictionContact<TCol
143
protected:
144
145
/// Set the generic description of a contact point
146
- void doSetDetectionOutputs(OutputVector* outputs);
+ void doSetDetectionOutputs(OutputVector* outputs) override;
147
148
- void doCreateResponse(core::objectmodel::BaseContext* group);
+ void doCreateResponse(core::objectmodel::BaseContext* group) override;
149
150
void doRemoveResponse() override;
151
0 commit comments