first compiling, mostly working version of group controls changes
[ardour.git] / gtk2_ardour / audio_region_editor.h
index 3fdecc18379e71cd8ed5d8fdc6cd7dd6e799531f..dd726bdd5429dcb90093f25572b65b9729599175 100644 (file)
@@ -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<void, double> PeakAmplitudeFound;
        PBD::ScopedConnection _peak_amplitude_connection;
 #ifdef PLATFORM_WINDOWS
-       PBD::GlibSemaphore m_peak_sem;
+       PBD::Semaphore m_peak_sem;
 #else
        CrossThreadChannel _peak_channel;
 #endif