mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
temporal: no reason for Point::set() to be virtual
This commit is contained in:
parent
55755d5453
commit
86e7a1b259
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class /*LIBTEMPORAL_API*/ Point : public point_hook {
|
||||||
|
|
||||||
LIBTEMPORAL_API virtual ~Point() {}
|
LIBTEMPORAL_API virtual ~Point() {}
|
||||||
|
|
||||||
LIBTEMPORAL_API virtual void set (superclock_t sc, Beats const & b, BBT_Time const & bbt) {
|
LIBTEMPORAL_API void set (superclock_t sc, Beats const & b, BBT_Time const & bbt) {
|
||||||
_sclock = sc;
|
_sclock = sc;
|
||||||
_quarters = b;
|
_quarters = b;
|
||||||
_bbt = bbt;
|
_bbt = bbt;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue