X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Faudio_region_editor.h;h=dd726bdd5429dcb90093f25572b65b9729599175;hb=3ff925fedbd425e06a96dc636df6179a2e76e798;hp=3fdecc18379e71cd8ed5d8fdc6cd7dd6e799531f;hpb=59631acc5f41153a294c97ab820a4b41a886e24c;p=ardour.git diff --git a/gtk2_ardour/audio_region_editor.h b/gtk2_ardour/audio_region_editor.h index 3fdecc1837..dd726bdd54 100644 --- a/gtk2_ardour/audio_region_editor.h +++ b/gtk2_ardour/audio_region_editor.h @@ -37,7 +37,7 @@ #include "pbd/signals.h" #ifdef PLATFORM_WINDOWS -#include "pbd/glib_semaphore.h" +#include "pbd/semutils.h" #else #include "pbd/crossthread.h" #endif @@ -84,7 +84,7 @@ class AudioRegionEditor : public RegionEditor PBD::Signal1 PeakAmplitudeFound; PBD::ScopedConnection _peak_amplitude_connection; #ifdef PLATFORM_WINDOWS - PBD::GlibSemaphore m_peak_sem; + PBD::Semaphore m_peak_sem; #else CrossThreadChannel _peak_channel; #endif