From e796a46e5afa910c0906b9cf5e483b850b18b5a4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Jul 2011 15:28:19 +0000 Subject: [PATCH] Small comment. git-svn-id: svn://localhost/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 ac3c9330f0..ded71c65e5 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);