mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01: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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user