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:
parent
4848dea701
commit
eafd9106ea
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user