Add weak linked symbol for "jack_port_is_mine"
[ardour.git] / libs / backends / portaudio / winmmemidi_input_device.h
index dab8dbfd5317b5be6350adc404be66722f1baf7b..97dd3d6a59b67326230409015b5082c40f5d3bf8 100644 (file)
@@ -91,12 +91,11 @@ private: // data
        MIDIHDR m_sysex_header;
 
        bool m_started;
-       bool m_enabled;
 
        std::string m_name;
 
        // can't use unique_ptr yet
-       boost::scoped_ptr<RingBuffer<uint8_t> > m_midi_buffer;
+       boost::scoped_ptr<PBD::RingBuffer<uint8_t> > m_midi_buffer;
        boost::scoped_array<uint8_t> m_sysex_buffer;
 };