rename ProcessSemaphore to Semaphore (UI)
authorRobin Gareus <robin@gareus.org>
Wed, 2 Dec 2015 19:19:07 +0000 (20:19 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 2 Dec 2015 19:19:07 +0000 (20:19 +0100)
gtk2_ardour/audio_region_editor.h

index cd525868c9c52612ef121c6863d831c3a57687e1..dd726bdd5429dcb90093f25572b65b9729599175 100644 (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