From 6bfe2c5d37b981ba530144d624de5d965dd49ce5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 2 Dec 2015 20:19:07 +0100 Subject: [PATCH] rename ProcessSemaphore to Semaphore (UI) --- gtk2_ardour/audio_region_editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/audio_region_editor.h b/gtk2_ardour/audio_region_editor.h index cd525868c9..dd726bdd54 100644 --- a/gtk2_ardour/audio_region_editor.h +++ b/gtk2_ardour/audio_region_editor.h @@ -84,7 +84,7 @@ class AudioRegionEditor : public RegionEditor PBD::Signal1 PeakAmplitudeFound; PBD::ScopedConnection _peak_amplitude_connection; #ifdef PLATFORM_WINDOWS - PBD::ProcessSemaphore m_peak_sem; + PBD::Semaphore m_peak_sem; #else CrossThreadChannel _peak_channel; #endif