aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/point.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/point.hpp')
-rw-r--r--src/utils/point.hpp1
1 files changed, 1 insertions, 0 deletions
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;