audita NOLINT/cppcheck-suppress: refactor i justifica residuals
This commit is contained in:
@@ -61,13 +61,13 @@ void MovingSprite::render() {
|
||||
}
|
||||
|
||||
// Obtiene el valor de la variable
|
||||
// cppcheck-suppress duplInheritedMember
|
||||
// cppcheck-suppress duplInheritedMember ; shadow intencional: vegeu movingsprite.h
|
||||
auto MovingSprite::getPosX() const -> float {
|
||||
return x_;
|
||||
}
|
||||
|
||||
// Obtiene el valor de la variable
|
||||
// cppcheck-suppress duplInheritedMember
|
||||
// cppcheck-suppress duplInheritedMember ; shadow intencional: vegeu movingsprite.h
|
||||
auto MovingSprite::getPosY() const -> float {
|
||||
return y_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user