diff options
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; }; } |
