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
The class JsonSerializable is a virtual base class but it is missing its virtual destructor function. This can cause derived classes to fail to clean up properly because of unspecified behavior.
The text was updated successfully, but these errors were encountered:
The class
JsonSerializable
is a virtual base class but it is missing its virtual destructor function. This can cause derived classes to fail to clean up properly because of unspecified behavior.The text was updated successfully, but these errors were encountered: