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 697ca230..027cb9d2 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -68,6 +68,7 @@ public: std::string to_string () const; int64_t to_ticks () const; + double to_seconds () const; private: void set (double); |
