Remove `virtual` keyword from `on_exit`
Unlike d7f07ff4, this change can break client code. However, the fix is as simple as removing `override` from the member function. Relates #180.
Showing
Please register or sign in to comment
Unlike d7f07ff4, this change can break client code. However, the fix is as simple as removing `override` from the member function. Relates #180.