box2: Remove wrong use of typename keyword
This commit is contained in:
parent
a6ca44d9f0
commit
ad9916e2cc
|
@ -47,7 +47,7 @@ private:
|
||||||
public:
|
public:
|
||||||
typedef typename Vec::coord_type coord_type;
|
typedef typename Vec::coord_type coord_type;
|
||||||
typedef typename Vec::extended_type ecoord_type;
|
typedef typename Vec::extended_type ecoord_type;
|
||||||
typedef typename std::numeric_limits<coord_type> coord_limits;
|
typedef std::numeric_limits<coord_type> coord_limits;
|
||||||
|
|
||||||
BOX2() {};
|
BOX2() {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue