diff options
Diffstat (limited to 'src/sub_time.h')
| -rw-r--r-- | src/sub_time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sub_time.h b/src/sub_time.h index ee14745..5596970 100644 --- a/src/sub_time.h +++ b/src/sub_time.h @@ -41,6 +41,8 @@ public: , _frames (f) {} + std::string timecode () const; + private: friend bool operator== (Time const & a, Time const & b); friend std::ostream& operator<< (std::ostream& s, Time const & t); |
