1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-21 06:40:08 +02:00

Add AUDACITY_DLL_API to class AudioIOBase.

Derived classes use it, so the base class needs it to.
This is needed to get mod-nyq-bench to link.
This commit is contained in:
Henric Jungheim 2019-06-11 08:06:08 -07:00
parent 2c2cf587b4
commit 7fbbdb5c5c

View File

@ -106,7 +106,7 @@ struct AudioIOStartStreamOptions
///\brief A singleton object supporting queries of the state of any active
/// audio streams, and audio device capabilities
class AudioIOBase /* not final */
class AUDACITY_DLL_API AudioIOBase /* not final */
{
public:
static AudioIOBase *Get();