From b48f4b70a7a9781af9b69c6f8a4382a45594999f Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Wed, 4 Jan 2023 10:49:46 -0700 Subject: [PATCH] Export StreamDeleter symbols We're unsure why this is necessary but it satisfies a linker error --- include/SFML/Audio/InputSoundFile.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Audio/InputSoundFile.hpp b/include/SFML/Audio/InputSoundFile.hpp index 895d073c..d3951094 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);