mirror of
https://github.com/SFML/SFML.git
synced 2025-02-18 06:18:01 +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.