diff options
Diffstat (limited to 'src/components/transformable.cpp')
| -rw-r--r-- | src/components/transformable.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/components/transformable.cpp b/src/components/transformable.cpp index 0d6b67e..89b1e5d 100644 --- a/src/components/transformable.cpp +++ b/src/components/transformable.cpp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | TransformableComponent::TransformableComponent(double x, double y, int w, int h) | 3 | TransformableComponent::TransformableComponent(double x, double y, int w, int h) | 
| 4 | : x(x), y(y), w(w), h(h) | 4 | : x(x), y(y), w(w), h(h) | 
| 5 | { | 5 | { | 
| 6 | 6 | ||
| 7 | } | 7 | } | 
| 8 | 8 | ||
| 9 | double TransformableComponent::getX() const | 9 | double TransformableComponent::getX() const | 
