Skip to content

Commit 22c7f0a

Browse files
author
minggo
authored
fix box2d warning (#312)
1 parent 0f85165 commit 22c7f0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Box2D/include/Box2D/Dynamics/Joints/b2DistanceJoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class b2DistanceJoint : public b2Joint
9999
float32 GetDampingRatio() const;
100100

101101
/// Dump joint to dmLog
102-
void Dump();
102+
void Dump() override;
103103

104104
protected:
105105

0 commit comments

Comments
 (0)