nothing seems to derive from Trk::Track so remove virtual
Nothing seems to derive from Trk::Track i.e it is not used as a base class for something.
Remove virtual
dtor and add final
to catch any future cases or people trying to derive (in that case they will need to remove final
and re-introduce the virtual
)
Edited by Christos Anastopoulos