mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 22:25:30 +00:00
Reduce VERTEX_ITEM size by removing vfptr.
24 -> 16 bytes.
This commit is contained in:
parent
7eb600e5a6
commit
1bb507e3c4
@ -48,7 +48,7 @@ public:
|
||||
friend class VERTEX_MANAGER;
|
||||
|
||||
explicit VERTEX_ITEM( const VERTEX_MANAGER& aManager );
|
||||
virtual ~VERTEX_ITEM();
|
||||
~VERTEX_ITEM();
|
||||
|
||||
/**
|
||||
* Return information about number of vertices stored.
|
||||
|
Loading…
Reference in New Issue
Block a user