1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 16:48:44 +02:00

Get rid of build OSX build errors:

/Users/yam/tl/audacity/mac/../src/TrackPanel.cpp:1746: error: '<anonymous enum>' is/uses anonymous type
/Users/yam/tl/audacity/mac/../src/TrackPanel.cpp:1746: error:   trying to instantiate 'template<class A, class B, class DIST> bool within(A, B, DIST)'
This commit is contained in:
lllucius@gmail.com 2014-10-19 02:46:44 +00:00
parent fec5c20c65
commit 97639c4620

View File

@ -1606,7 +1606,7 @@ void TrackPanel::SetCursorAndTipWhenInLabelTrack( LabelTrack * pLT,
#ifdef EXPERIMENTAL_SPECTRAL_EDITING #ifdef EXPERIMENTAL_SPECTRAL_EDITING
// Seems 4 is too small to work at the top. Why? // Seems 4 is too small to work at the top. Why?
enum { FREQ_SNAP_DISTANCE = 10 }; #define FREQ_SNAP_DISTANCE 10
#endif #endif
// The select tool can have different cursors and prompts depending on what // The select tool can have different cursors and prompts depending on what