mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-24 07:05:43 +01:00
Replace AUDACITY_DLL_API with TENACITY_DLL_API
Signed-off-by: Leon Marz <main@lmarz.org>
This commit is contained in:
@@ -92,7 +92,7 @@ ProjectManager::~ProjectManager() = default;
|
||||
// a bad compilation dependency. The event was never emitted anywhere. I
|
||||
// preserve it and its handler here but I move it to remove the dependency.
|
||||
// Asynchronous open
|
||||
wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API,
|
||||
wxDECLARE_EXPORTED_EVENT(TENACITY_DLL_API,
|
||||
EVT_OPEN_AUDIO_FILE, wxCommandEvent);
|
||||
wxDEFINE_EVENT(EVT_OPEN_AUDIO_FILE, wxCommandEvent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user