Eve-ning / vsrg

a c++ static library for vsrg
https://twitter.com/dev_evening
2 stars 0 forks source link

Make HitObject an Abstract Function #4

Closed Eve-ning closed 4 years ago

Eve-ning commented 4 years ago

This makes ~HitObject a virtual destructor, hence making the whole class abstract. HitObject should have never been init-able in the first place

This PR fixes all of the issues pertaining to changing to it.