rename ProcessSemaphore to Semaphore (UI)
This commit is contained in:
parent
c93f0b77bf
commit
6bfe2c5d37
@ -84,7 +84,7 @@ class AudioRegionEditor : public RegionEditor
|
|||||||
PBD::Signal1<void, double> PeakAmplitudeFound;
|
PBD::Signal1<void, double> PeakAmplitudeFound;
|
||||||
PBD::ScopedConnection _peak_amplitude_connection;
|
PBD::ScopedConnection _peak_amplitude_connection;
|
||||||
#ifdef PLATFORM_WINDOWS
|
#ifdef PLATFORM_WINDOWS
|
||||||
PBD::ProcessSemaphore m_peak_sem;
|
PBD::Semaphore m_peak_sem;
|
||||||
#else
|
#else
|
||||||
CrossThreadChannel _peak_channel;
|
CrossThreadChannel _peak_channel;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user