mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
Deleting an object through a pointer to a base class is undefined behaviour unless the destructor in the base class is virtual.
Deleting an object through a pointer to a base class is undefined behaviour unless the destructor in the base class is virtual.