From ef8ab4476e71369907813264e3a0825c80d5a509 Mon Sep 17 00:00:00 2001 From: carlh Date: Fri, 8 Jul 2011 15:28:19 +0000 Subject: [PATCH] Small comment. git-svn-id: http://subversion.ardour.org/svn/ardour2/ardour2/branches/3.0@9809 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/selection.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h index ac3c9330f..ded71c65e 100644 --- a/gtk2_ardour/selection.h +++ b/gtk2_ardour/selection.h @@ -86,6 +86,8 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList PointSelection points; MarkerSelection markers; MidiRegionSelection midi_regions; + + /** only used when this class is used as a cut buffer */ MidiNoteSelection midi_notes; Selection (PublicEditor const * e); -- 2.11.4.GIT