diff options
Diffstat (limited to 'src/stl_reader.h')
| -rw-r--r-- | src/stl_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stl_reader.h b/src/stl_reader.h index 307992a..891bc6d 100644 --- a/src/stl_reader.h +++ b/src/stl_reader.h @@ -30,7 +30,7 @@ public: private: void set (std::string name, std::string value); void maybe_push (); - boost::optional<Time> time (std::string t) const; + boost::optional<FrameTime> time (std::string t) const; Subtitle _current; }; |
