Allow SubripReader::convert_time to take a milliseconds separator.
[libsub.git] / src / subrip_reader.h
index e29002f43a7e9e9b33235e51da92cc714c7e97cd..83fefdf7c521aebf06a6cc88e44bd11652435ccb 100644 (file)
@@ -41,7 +41,7 @@ public:
        SubripReader (FILE* f);
        SubripReader (std::string subs);
 
-       static boost::optional<Time> convert_time(std::string t, std::string* expected = nullptr);
+       static boost::optional<Time> convert_time(std::string t, std::string milliseconds_separator, std::string* expected = nullptr);
 
 private:
        /* For tests */