Export StreamDeleter symbols

We're unsure why this is necessary but it satisfies a linker error
This commit is contained in:
Chris Thrasher 2023-01-04 10:49:46 -07:00
parent dd83189fae
commit b48f4b70a7

View File

@ -206,7 +206,7 @@ private:
/// \brief Deleter for input streams that only conditionally deletes /// \brief Deleter for input streams that only conditionally deletes
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
struct StreamDeleter struct SFML_AUDIO_API StreamDeleter
{ {
StreamDeleter(bool theOwned); StreamDeleter(bool theOwned);