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:
parent
2c2cf587b4
commit
7fbbdb5c5c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user