amend bc46a7e2e9; fix blind coding typos
[ardour.git] / libs / backends / portaudio / portaudio_backend.h
index d5ce42aad07c0b244ce0d98c79952239959901cc..8a1624796b5a773928fc2fa3b944435d114484cf 100644 (file)
@@ -47,7 +47,7 @@ class PortMidiEvent {
                PortMidiEvent (const PortMidiEvent& other);
                size_t size () const { return _size; };
                pframes_t timestamp () const { return _timestamp; };
-               const uint8_t* const_data () const { return _data; };
+               const uint8_t* data () const { return _data; };
                bool operator< (const PortMidiEvent &other) const { return timestamp () < other.timestamp (); };
        private:
                size_t _size;