summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/worker.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-02 20:18:48 +0100
committerRobin Gareus <robin@gareus.org>2015-12-02 20:18:48 +0100
commitc93f0b77bf149e6d361e89e84b85f4b7e99ac643 (patch)
tree5a9e68a326c9a16feb65ddbb4cd6e2233b4ba370 /libs/ardour/ardour/worker.h
parent3242f16d445203425230e12f002dd79f16fc1881 (diff)
rename ProcessSemaphore to Semaphore (libs)
Diffstat (limited to 'libs/ardour/ardour/worker.h')
-rw-r--r--libs/ardour/ardour/worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/worker.h b/libs/ardour/ardour/worker.h
index 529d59a4a6..c83f006f72 100644
--- a/libs/ardour/ardour/worker.h
+++ b/libs/ardour/ardour/worker.h
@@ -92,7 +92,7 @@ private:
RingBuffer<uint8_t>* _requests;
RingBuffer<uint8_t>* _responses;
uint8_t* _response;
- PBD::ProcessSemaphore _sem;
+ PBD::Semaphore _sem;
bool _exit;
Glib::Threads::Thread* _thread;