summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-02 20:19:07 +0100
committerRobin Gareus <robin@gareus.org>2015-12-02 20:19:07 +0100
commit6bfe2c5d37b981ba530144d624de5d965dd49ce5 (patch)
tree5fbe58a78c7378de75745474579c58d045ada7ca /gtk2_ardour/audio_region_editor.h
parentc93f0b77bf149e6d361e89e84b85f4b7e99ac643 (diff)
rename ProcessSemaphore to Semaphore (UI)
Diffstat (limited to 'gtk2_ardour/audio_region_editor.h')
-rw-r--r--gtk2_ardour/audio_region_editor.h2
1 files changed, 1 insertions, 1 deletions
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<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