summaryrefslogtreecommitdiff
path: root/src/lib/subrip_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-12 22:55:02 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-12 22:55:02 +0000
commitc943bc82e8d585d85ca1b4832e258436fa7615ce (patch)
tree395b66bf9560dc4e4e20ab7219c005f5078bf4cb /src/lib/subrip_content.h
parent7e2cf1a4a04828b5a57d5eb6869475a819005602 (diff)
Some work on SubRip content length.
Diffstat (limited to 'src/lib/subrip_content.h')
-rw-r--r--src/lib/subrip_content.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/subrip_content.h b/src/lib/subrip_content.h
index 1551081b6..741e1a4c3 100644
--- a/src/lib/subrip_content.h
+++ b/src/lib/subrip_content.h
@@ -32,4 +32,7 @@ public:
void as_xml (xmlpp::Node *);
Time full_length () const;
std::string identifier () const;
+
+private:
+ Time _length;
};