diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 21:49:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | a5adc9221d0af15f345cd3dbc76f37ee47fe65d5 (patch) | |
| tree | 0c53851f161fa38d6d7a081ba3de1fa030048ed2 /src/exceptions.h | |
| parent | 8e43142645252daeeaccbad7b9f3ed746c4b2382 (diff) | |
Subtitle{,String,Image} -> Text{,String,Image}.
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); }; |
