const fix.

git-svn-id: svn://localhost/ardour2/branches/3.0@8025 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-11-14 15:01:38 +00:00
parent 91d3ab7cec
commit 7a25fa1beb

View File

@ -229,7 +229,7 @@ class SequenceProperty : public PropertyBase
}
}
Container rlist() { return _val; }
Container rlist() const { return _val; }
/* Wrap salient methods of Sequence
*/