mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +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:
parent
fec5c20c65
commit
97639c4620
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user