From 951572c6eb7e31834d2d7f1fbc67a9cdb1336696 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 4 Jun 2015 12:32:37 +0100 Subject: to_* to as_* in a few method names. --- src/dcp_time.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dcp_time.h') 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: -- cgit v1.2.3