From c8b95e42225e203f590a79e563b70d0355dbd7db Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 17 Feb 2012 21:39:19 +0100 Subject: utils: added assginment operator for point --- src/utils/point.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/point.hpp') diff --git a/src/utils/point.hpp b/src/utils/point.hpp index f4d23c4f..7c1ec727 100644 --- a/src/utils/point.hpp +++ b/src/utils/point.hpp @@ -37,6 +37,7 @@ namespace usdx public: Point(float x, float y); Point(const Point& point); + Point& operator=(const Point& point); float get_x(void) const; float get_y(void) const; -- cgit v1.2.3