Add a couple of visibility specifiers that were missing
[ardour.git] / libs / pbd / pbd / semaphore.h
index 6579ea6f0a4b641a399036bb5f94b6c5d87e4c96..265a219e079b1e061167d924468a5f97ebda1914 100644 (file)
@@ -49,7 +49,7 @@ namespace PBD {
    only safe way to reliably signal from a real-time audio thread.  The
    counting semantics also complement ringbuffers of events nicely.
 */
-class LIBPBD_API Semaphore
+class /*LIBPBD_API*/ Semaphore
 {
 public:
        /**