X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fexceptions.h;h=3e7289a50e13e00c4c04259ff7c63bb65ba5bdce;hp=da87613042f18cf91fa04e32f37dea80951c30b4;hb=80400212e939dc2f3b987cb6df57709929aa5178;hpb=db3cd90dadf60df72ebbd95c59b32954f29b9c38 diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index da8761304..3e7289a50 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -211,13 +211,13 @@ public: PixelFormatError (std::string o, AVPixelFormat f); }; -/** @class SubRipError - * @brief An error that occurs while parsing a SubRip file. +/** @class TextSubtitleError + * @brief An error that occurs while parsing a TextSubtitleError file. */ -class SubRipError : public FileError +class TextSubtitleError : public FileError { public: - SubRipError (std::string, std::string, boost::filesystem::path); + TextSubtitleError (std::string, std::string, boost::filesystem::path); }; class DCPError : public std::runtime_error