aboutsummaryrefslogtreecommitdiffstats
path: root/yage/physics/body.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/physics/body.h')
-rw-r--r--yage/physics/body.h2
1 files changed, 1 insertions, 1 deletions
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;