diff --git a/src/core/geometry_type.hpp b/src/core/geometry_type.hpp index 98d9c6f073..28ea1f00f3 100644 --- a/src/core/geometry_type.hpp +++ b/src/core/geometry_type.hpp @@ -21,6 +21,8 @@ struct Point { int x; int y; + + bool operator==(const Point&) const = default; }; /** Dimensions (a width and height) of a rectangle in 2D */