mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 00:57:40 +02:00
Use #ifdef not #if in two places
This commit is contained in:
parent
05badc29e5
commit
5dd6a3558b
@ -479,7 +479,7 @@ TrackPanel::TrackPanel(wxWindow * parent, wxWindowID id,
|
||||
mBandWidthCursor = MakeCursor( wxCURSOR_ARROW, BandWidthCursorXpm, 16, 16);
|
||||
#endif
|
||||
|
||||
#if USE_MIDI
|
||||
#ifdef USE_MIDI
|
||||
mStretchMode = stretchCenter;
|
||||
mStretching = false;
|
||||
mStretched = false;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user