pawbyte / Game-Pencil-Engine-Editor

Game Pencil Engine a game engine written from the ground up.
https://gamepencil.net/
MIT License
101 stars 20 forks source link

1707|warning: deleting object of polymorphic class type 'gpe::gpe_ini_file' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]| #145

Open nhurde opened 6 months ago

nhurde commented 6 months ago

1707|warning: deleting object of polymorphic class type 'gpe::gpe_ini_file' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]|

Solution:

Add virtual deconstructor