mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
convert codebase to use Temporal for various time types
This commit is contained in:
parent
9283bee867
commit
7db12f6b12
114 changed files with 567 additions and 598 deletions
|
|
@ -364,6 +364,6 @@ SMF<Time>::write_var_len(uint32_t value)
|
|||
return ret;
|
||||
}
|
||||
|
||||
template class SMF<Evoral::Beats>;
|
||||
template class SMF<Temporal::Beats>;
|
||||
|
||||
} // namespace Evoral
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue