mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Fix compilation without USE_MIDI
This commit is contained in:
@@ -396,12 +396,12 @@ UIHandle::Result TimeShiftHandle::Click
|
||||
ok = false;
|
||||
else
|
||||
captureClips = true;
|
||||
},
|
||||
#ifdef USE_MIDI
|
||||
},
|
||||
[&](NoteTrack *) {
|
||||
captureClips = true;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
);
|
||||
|
||||
if ( ! ok )
|
||||
|
Reference in New Issue
Block a user