diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-06 23:58:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-06 23:58:16 +0100 |
| commit | c90ff0d85c88a18730787d511ebc7a6f6c21a2ba (patch) | |
| tree | ba1fa1f807988dff7c7b95c3c2897b333182edd1 /src/dcp_time.h | |
| parent | ac530d2eb8c8d4041e8265ab823a4b0373b27870 (diff) | |
Pad times with zeros; add Time::rebase().
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); |
