change Vector2 param to a const Vector2&
[physics.git] / src / Entities / Entity.h
index d697803..65fe632 100644 (file)
@@ -7,7 +7,7 @@
 class Entity
 {
   protected:
-    Entity(Vector2);
+    Entity(const Vector2&);
 
   public:
     virtual ~Entity();