mirror of
https://github.com/SFML/SFML.git
synced 2025-03-04 19:08:03 +08:00
sf::RenderWindow still inherits a virtual destructor from a base class so there's no need to explicitly declare a virtual destructor. I added a test to ensure this property was not broken.