1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

fix build without USE_MIDI

Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
Be 2021-08-09 14:39:26 -05:00
parent 4848dea701
commit eafd9106ea
No known key found for this signature in database
GPG Key ID: F4D83691462F656E

View File

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