diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-29 11:57:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-29 11:57:08 +0100 |
| commit | aebf2cb7812c8f593b85182611b587e6014aefc6 (patch) | |
| tree | c954ebc0cf39263b6c051e159f48e177cafae310 /src/stl_text_reader.h | |
| parent | 8b1958988ca234f51ec99385d81b95c1f0f092af (diff) | |
Re-work Subtitle class; remove STL text writer.
Diffstat (limited to 'src/stl_text_reader.h')
| -rw-r--r-- | src/stl_text_reader.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/stl_text_reader.h b/src/stl_text_reader.h index c48a8e5..e6a550a 100644 --- a/src/stl_text_reader.h +++ b/src/stl_text_reader.h @@ -29,10 +29,12 @@ public: private: void set (std::string name, std::string value); - void maybe_push (); + void maybe_push_subtitle (); + void maybe_push_block (); boost::optional<FrameTime> time (std::string t) const; - Subtitle _current; + Subtitle _subtitle; + Block _block; }; } |
