You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class does not have a virtual dtor, this is the reason why it is not possible to inherit it.
Add 'final' declaration to check the inheritance at compile time.
The text was updated successfully, but these errors were encountered:
Class does not have a virtual dtor, this is the reason why it is not possible to inherit it.
Add 'final' declaration to check the inheritance at compile time.
The text was updated successfully, but these errors were encountered: