Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make protected SharedObject#~SharedObject() non-virtual
`virtual`, which isn't for free, is only needed for a base method to redirect direct calls by pointer to an override if any. But this method is protected, so it's not called directly.
- Loading branch information