rename ProcessSemaphore to Semaphore (UI)

This commit is contained in:
Robin Gareus 2015-12-02 20:19:07 +01:00
parent c93f0b77bf
commit 6bfe2c5d37
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class AudioRegionEditor : public RegionEditor
PBD::Signal1<void, double> PeakAmplitudeFound;
PBD::ScopedConnection _peak_amplitude_connection;
#ifdef PLATFORM_WINDOWS
PBD::ProcessSemaphore m_peak_sem;
PBD::Semaphore m_peak_sem;
#else
CrossThreadChannel _peak_channel;
#endif