From ddd26ed83d3ac0335562f762ced273a1d62bd959 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 23 Dec 2017 01:37:09 +0000 Subject: [Style] Updated style in files. --- yage/physics/body.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yage/physics/body.h') diff --git a/yage/physics/body.h b/yage/physics/body.h index 0a6bbe42..62173987 100644 --- a/yage/physics/body.h +++ b/yage/physics/body.h @@ -42,7 +42,7 @@ protected: public: // apply force to the object and update the velocity virtual void applyForce(const Vector2d &force) = 0; - virtual void update() = 0; + virtual void update() = 0; double xPosition() const; double yPosition() const; -- cgit