summaryrefslogtreecommitdiff
path: root/src/sub_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-28 22:41:09 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-28 22:41:09 +0000
commit75aa6e480d998b29205c0eab328697a5d007986b (patch)
treeac53060d67ac2f6c64994e405220977c5ae5d817 /src/sub_time.h
parent7f20aa518356f188946eb508239caf7c113da819 (diff)
Basic writer.
Diffstat (limited to 'src/sub_time.h')
-rw-r--r--src/sub_time.h2
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);