Reduce VERTEX_ITEM size by removing vfptr.

24 -> 16 bytes.
This commit is contained in:
Alex Shvartzkop 2024-06-20 19:08:07 +03:00
parent 7eb600e5a6
commit 1bb507e3c4
1 changed files with 1 additions and 1 deletions

View File

@ -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.