1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Use #ifdef not #if in two places

This commit is contained in:
Paul Licameli
2017-04-26 16:27:21 -04:00
parent 05badc29e5
commit 5dd6a3558b
2 changed files with 2 additions and 2 deletions

View File

@@ -810,7 +810,7 @@ protected:
std::unique_ptr<wxCursor>
mBottomFrequencyCursor, mTopFrequencyCursor, mBandWidthCursor;
#endif
#if USE_MIDI
#ifdef USE_MIDI
std::unique_ptr<wxCursor>
mStretchCursor, mStretchLeftCursor, mStretchRightCursor;
#endif