X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FWindParticle.h;h=c39bc405b05852b4d5a9baa71603f05ab99fe9f7;hb=f206d19d6b5baa4cb25ba77726f1fd4fcd7492e3;hp=5440bb4854ec8a88a447b7e1da041b8ab3dba6ad;hpb=ad9f1fb6bdfc51df61a7fb52d607ca0c0bceca4c;p=physics.git diff --git a/src/Entities/WindParticle.h b/src/Entities/WindParticle.h index 5440bb4..c39bc40 100644 --- a/src/Entities/WindParticle.h +++ b/src/Entities/WindParticle.h @@ -8,7 +8,7 @@ class WindParticle: public Point { public: - WindParticle(Vector2, float); + WindParticle(const Vector2&, float); virtual ~WindParticle(); virtual void update(float);