1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-01 17:38:43 +01:00

Base classes of AUDACITY_DLL_API classes also need AUDACITY_DLL_API.

This commit is contained in:
Henric Jungheim
2019-06-24 15:11:03 -07:00
parent 3e0475e740
commit 3b4250c3ae
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ Paul Licameli
namespace ClientData {
// A convenient default parameter for class template Site below
struct Base
struct AUDACITY_DLL_API Base
{
virtual ~Base() {}
};