diff options
Diffstat (limited to 'src/dcp_time.h')
| -rw-r--r-- | src/dcp_time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h index c7391e63..907a8306 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -72,6 +72,7 @@ public: std::string to_string () const; double to_seconds () const; int64_t to_editable_units (int tcr_) const; + Time rebase (int tcr_) const; private: void set (double seconds, int tcr); |
