summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dcp_time.h')
-rw-r--r--src/dcp_time.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h
index 907a8306..4e505738 100644
--- a/src/dcp_time.h
+++ b/src/dcp_time.h
@@ -69,9 +69,9 @@ public:
int e; ///< editable units (where 1 editable unit is 1 / tcr_ seconds)
int tcr; ///< timecode rate: the number of editable units per second.
- std::string to_string () const;
- double to_seconds () const;
- int64_t to_editable_units (int tcr_) const;
+ std::string as_string () const;
+ double as_seconds () const;
+ int64_t as_editable_units (int tcr_) const;
Time rebase (int tcr_) const;
private: