const for const-sake

This commit is contained in:
Paul Davis 2022-05-01 18:01:35 -06:00
parent d218dcb21b
commit 2b8b9a3a2f
2 changed files with 2 additions and 2 deletions

View file

@ -264,7 +264,7 @@ ControlList::x_scale (ratio_t const & factor)
}
timepos_t
ControlList::ensure_time_domain (timepos_t const & val)
ControlList::ensure_time_domain (timepos_t const & val) const
{
if (val.time_domain() != _time_domain) {
switch (_time_domain) {