diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-07 20:40:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-07 20:40:40 +0200 |
| commit | b531246b859977e32cad5b1d125bc0c867c1e1ae (patch) | |
| tree | e72674cfe70812e2b7a4b24e4e64fc89e516b320 /src/lib/string_text_file_content.h | |
| parent | 826f4015ca4ccb42d7bc9a265b9f43cbf58b9b2b (diff) | |
Formatting/C++11.
Diffstat (limited to 'src/lib/string_text_file_content.h')
| -rw-r--r-- | src/lib/string_text_file_content.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/string_text_file_content.h b/src/lib/string_text_file_content.h index cf71f8780..aec86181c 100644 --- a/src/lib/string_text_file_content.h +++ b/src/lib/string_text_file_content.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2018 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -18,10 +18,13 @@ */ + #include "content.h" + class Job; + /** @class StringTextFileContent * @brief A SubRip, SSA or ASS file. */ |
