diff options
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index 3858b763..145df25f 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -259,10 +259,10 @@ public: }; -class MissingSubtitleImageError : public std::runtime_error +class MissingTextImageError : public std::runtime_error { public: - MissingSubtitleImageError (std::string id); + MissingTextImageError (std::string id); }; |
