1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 15:23:48 +01:00

Fixed warnings about AUDACITY_DLL_API.

If one class is exported, then all the classes it derives from must be exported too, otherwise we get warnings wherever it is used.
This commit is contained in:
james.k.crook@gmail.com
2014-11-11 15:47:48 +00:00
parent 1933070f0d
commit 740bc0d983
11 changed files with 16 additions and 8 deletions

View File

@@ -48,8 +48,8 @@
#include "audacity/IdentInterface.h"
#include "audacity/ImporterInterface.h"
class IdentInterface;
class EffectIdentInterface;
class AUDACITY_DLL_API IdentInterface;
class AUDACITY_DLL_API EffectIdentInterface;
class PluginManagerInterface
{
public: