'libs/ardour' - DLL visibility stuff and associated changes needed for building with...
[ardour.git] / libs / ardour / ardour / midi_ring_buffer.h
index 2d35be679f6b5d97ed3b9a23f60add6126366de8..78d14b91851d810ffa365e192ca80ed84e073d2c 100644 (file)
@@ -41,7 +41,7 @@ class MidiBuffer;
  * [timestamp][type][size][size bytes of raw MIDI][timestamp][type][size](etc...)
  */
 template<typename T>
-class LIBARDOUR_API MidiRingBuffer : public Evoral::EventRingBuffer<T> {
+class /*LIBARDOUR_API*/ MidiRingBuffer : public Evoral::EventRingBuffer<T> {
 public:
        /** @param size Size in bytes.
         */