update CycleTimer to utilize NDEBUG and PBD::DEBUG so that we can leave them in place...
[ardour.git] / gtk2_ardour / midi_cut_buffer.h
index 4281b962bc03224dad051ac57f6c4fe8b225759e..a52771019d16574d5897b984efb6cd34a29dfc92 100644 (file)
@@ -30,7 +30,7 @@ class MidiCutBuffer : public ARDOUR::AutomatableSequence<ARDOUR::MidiModel::Time
   public:
        typedef ARDOUR::MidiModel::TimeType TimeType;
 
-       MidiCutBuffer (ARDOUR::Session&);
+       MidiCutBuffer (ARDOUR::Session*);
        ~MidiCutBuffer();
 
        TimeType origin() const { return _origin; }