diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-28 11:50:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-28 11:50:15 +0100 |
| commit | cd0958260b54af3514ac12b936bb76ca6de6978b (patch) | |
| tree | a06591bfc901d950290e6c3ba2aad1dcf123921e /src/subtitle.h | |
| parent | 14fa24a1aabda7925f4842ab7f7e13c1798182a4 (diff) | |
More STL binary reading stuff.
Diffstat (limited to 'src/subtitle.h')
| -rw-r--r-- | src/subtitle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/subtitle.h b/src/subtitle.h index 70a8eb6..fc08ac7 100644 --- a/src/subtitle.h +++ b/src/subtitle.h @@ -42,6 +42,7 @@ public: , line (0) {} + /** Subtitle text in UTF-8 */ std::string text; std::string font; @@ -71,7 +72,7 @@ public: bool bold; ///< true to use a bold version of font bool italic; ///< true to use an italic version of font bool underline; ///< true to underline - int line; + int line; ///< line number, starting from 0 /** from time */ struct { |
