13
0

temporal: no reason for Point::set() to be virtual

This commit is contained in:
Paul Davis 2022-05-02 16:45:33 -06:00
parent 55755d5453
commit 86e7a1b259

View File

@ -75,7 +75,7 @@ class /*LIBTEMPORAL_API*/ Point : public point_hook {
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;
_quarters = b;
_bbt = bbt;