summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-07-08 15:28:19 +0000
committerCarl Hetherington <carl@carlh.net>2011-07-08 15:28:19 +0000
commite796a46e5afa910c0906b9cf5e483b850b18b5a4 (patch)
tree2a77e906dceaae873c3e118ebcd268646e38b12c /gtk2_ardour/selection.h
parentde4ca5e74ec324e74d9e882bfebe0e17abf1745f (diff)
Small comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@9809 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/selection.h')
-rw-r--r--gtk2_ardour/selection.h2
1 files changed, 2 insertions, 0 deletions
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);