1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-01 22:53:50 +01:00

Merge pull request from Be-ing/no_use_midi

Fix build without USE_MIDI defined

Signed-off-by: Be <be@mixxx.org>
Reference-to: https://github.com/tenacityteam/tenacity/pull/451
This commit is contained in:
Emily Mabrey
2021-08-10 01:46:02 -04:00
committed by GitHub

View File

@@ -8,6 +8,8 @@
**********************************************************************/
#ifdef USE_MIDI
#include "NoteTrackAffordanceControls.h"
#include <wx/dc.h>
@@ -91,3 +93,4 @@ bool NoteTrackAffordanceControls::IsSelected() const
}
return false;
}
#endif // USE_MIDI