Fix the horrible mess that was anything related to sources and paths.
[ardour.git] / libs / ardour / ardour / midi_state_tracker.h
index bd8bdb650ade63f861773327adce70c9d49a6c10..0bc7897b53367de888820d5142b83d639879594b 100644 (file)
@@ -40,7 +40,7 @@ public:
        void resolve_notes (MidiBuffer& buffer, nframes_t time);
 
 private:
-       void track_note_onoffs(const Evoral::MIDIEvent& event);
+       void track_note_onoffs(const Evoral::MIDIEvent<MidiBuffer::TimeType>& event);
 
        std::bitset<128*16> _active_notes;
 };