mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
fix build without USE_MIDI
Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
parent
4848dea701
commit
eafd9106ea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user