diff options
Diffstat (limited to 'src/stl_text_reader.h')
| -rw-r--r-- | src/stl_text_reader.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/stl_text_reader.h b/src/stl_text_reader.h index e6a550a..b84e8b8 100644 --- a/src/stl_text_reader.h +++ b/src/stl_text_reader.h @@ -29,12 +29,10 @@ public: private: void set (std::string name, std::string value); - void maybe_push_subtitle (); - void maybe_push_block (); + void maybe_push (); boost::optional<FrameTime> time (std::string t) const; - Subtitle _subtitle; - Block _block; + RawSubtitle _subtitle; }; } |
