summaryrefslogtreecommitdiff
path: root/libs/temporal/temporal/beats.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/temporal/temporal/beats.h')
-rw-r--r--libs/temporal/temporal/beats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/temporal/temporal/beats.h b/libs/temporal/temporal/beats.h
index b874402e2f..4aed64094a 100644
--- a/libs/temporal/temporal/beats.h
+++ b/libs/temporal/temporal/beats.h
@@ -37,6 +37,7 @@ public:
LIBTEMPORAL_API static const int32_t PPQN = 1920;
Beats() : _beats(0), _ticks(0) {}
+ Beats(const Beats& other) : _beats(other._beats), _ticks(other._ticks) {}
/** Normalize so ticks is within PPQN. */
void normalize() {