libxd icon indicating copy to clipboard operation
libxd copied to clipboard

Shape destructor should be virtual

Open axjxwright opened this issue 6 years ago • 0 comments

Non virtual destructors in base classes results in undefined behavior. ~Shape() should be marked as virtual to make the destruction of derived types well defined

axjxwright avatar Jun 21 '18 12:06 axjxwright