temporal: no reason for Point::set() to be virtual
This commit is contained in:
parent
55755d5453
commit
86e7a1b259
@ -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…
Reference in New Issue
Block a user