Fix build on clang.

This commit is contained in:
Alex Shvartzkop 2024-04-23 21:44:55 +03:00
parent fc93c63a19
commit 124b511037
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public:
typedef typename Vec::coord_type coord_type;
typedef typename Vec::extended_type size_type;
typedef typename Vec::extended_type ecoord_type;
typedef typename VECTOR2<size_type> SizeVec;
typedef VECTOR2<size_type> SizeVec;
typedef std::numeric_limits<coord_type> coord_limits;
BOX2() :