diff --git a/include/SFML/Audio/InputSoundFile.hpp b/include/SFML/Audio/InputSoundFile.hpp index 895d073c8..d39510946 100644 --- a/include/SFML/Audio/InputSoundFile.hpp +++ b/include/SFML/Audio/InputSoundFile.hpp @@ -206,7 +206,7 @@ private: /// \brief Deleter for input streams that only conditionally deletes /// //////////////////////////////////////////////////////////// - struct StreamDeleter + struct SFML_AUDIO_API StreamDeleter { StreamDeleter(bool theOwned);