summaryrefslogtreecommitdiffstats
path: root/src/math/intpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/intpoint.h')
-rw-r--r--src/math/intpoint.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/math/intpoint.h b/src/math/intpoint.h
index cbfee2d..a760bc2 100644
--- a/src/math/intpoint.h
+++ b/src/math/intpoint.h
@@ -31,12 +31,12 @@ namespace Math {
*/
struct IntPoint
{
- //! X coord
- long x;
- //! Y coord
- long y;
+ //! X coord
+ long x;
+ //! Y coord
+ long y;
- IntPoint(long aX = 0, long aY = 0) : x(aX), y(aY) {}
+ IntPoint(long aX = 0, long aY = 0) : x(aX), y(aY) {}
};
/* @} */ // end of group