mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 12:31:41 +00:00
box2: Remove wrong use of typename keyword
This commit is contained in:
parent
a6ca44d9f0
commit
ad9916e2cc
@ -47,7 +47,7 @@ private:
|
||||
public:
|
||||
typedef typename Vec::coord_type coord_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() {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user