diff options
Diffstat (limited to 'src/lib/subrip_content.h')
| -rw-r--r-- | src/lib/subrip_content.h | 3 |
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; }; |
