mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +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);
|
mBandWidthCursor = MakeCursor( wxCURSOR_ARROW, BandWidthCursorXpm, 16, 16);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if USE_MIDI
|
#ifdef USE_MIDI
|
||||||
mStretchMode = stretchCenter;
|
mStretchMode = stretchCenter;
|
||||||
mStretching = false;
|
mStretching = false;
|
||||||
mStretched = false;
|
mStretched = false;
|
||||||
|
@ -810,7 +810,7 @@ protected:
|
|||||||
std::unique_ptr<wxCursor>
|
std::unique_ptr<wxCursor>
|
||||||
mBottomFrequencyCursor, mTopFrequencyCursor, mBandWidthCursor;
|
mBottomFrequencyCursor, mTopFrequencyCursor, mBandWidthCursor;
|
||||||
#endif
|
#endif
|
||||||
#if USE_MIDI
|
#ifdef USE_MIDI
|
||||||
std::unique_ptr<wxCursor>
|
std::unique_ptr<wxCursor>
|
||||||
mStretchCursor, mStretchLeftCursor, mStretchRightCursor;
|
mStretchCursor, mStretchLeftCursor, mStretchRightCursor;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user