mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
temporal: map used for ::reftime() must be the one pointed at by TempoMetric
This commit is contained in:
parent
92f5046ae6
commit
a59059c15e
1 changed files with 1 additions and 2 deletions
|
|
@ -660,8 +660,7 @@ MeterPoint::get_state () const
|
||||||
timepos_t
|
timepos_t
|
||||||
TempoMetric::reftime() const
|
TempoMetric::reftime() const
|
||||||
{
|
{
|
||||||
TempoMap::SharedPtr tmap (TempoMap::use ());
|
return _tempo->map().reftime (*this);
|
||||||
return tmap->reftime (*this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
timepos_t
|
timepos_t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue