mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 17:39:25 +02:00
Base classes of AUDACITY_DLL_API classes also need AUDACITY_DLL_API.
This commit is contained in:
parent
3e0475e740
commit
3b4250c3ae
@ -22,7 +22,7 @@ Paul Licameli
|
|||||||
namespace ClientData {
|
namespace ClientData {
|
||||||
|
|
||||||
// A convenient default parameter for class template Site below
|
// A convenient default parameter for class template Site below
|
||||||
struct Base
|
struct AUDACITY_DLL_API Base
|
||||||
{
|
{
|
||||||
virtual ~Base() {}
|
virtual ~Base() {}
|
||||||
};
|
};
|
||||||
|
@ -165,7 +165,7 @@ private:
|
|||||||
wxDECLARE_EVENT(EVT_PREFS_UPDATE, wxCommandEvent);
|
wxDECLARE_EVENT(EVT_PREFS_UPDATE, wxCommandEvent);
|
||||||
|
|
||||||
// Invoke UpdatePrefs() when Preference dialog commits changes.
|
// Invoke UpdatePrefs() when Preference dialog commits changes.
|
||||||
class PrefsListener
|
class AUDACITY_DLL_API PrefsListener
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
PrefsListener();
|
PrefsListener();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user