mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-09 07:06:27 +00:00
Eliminates a potential bug vector related to inheritance. Plus, we should generally be specifying the destructor as virtual within purely virtual interfaces to begin with.