named members m_* to quite -Wshadow
[physics.git] / src / Entities / Ball.h
index c3a1178..fd525b0 100644 (file)
@@ -37,8 +37,8 @@ class Ball: public PhysicsEntity
     float getRadius() const;
 
   //protected:
-    float radius;
-    const float* color;
+    float m_radius;
+    const float* m_color;
 };
 
 #endif // BALL_H