summaryrefslogtreecommitdiff
path: root/src/lib/text_caption_file_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-19 22:44:53 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-19 23:45:23 +0100
commit27b83475435dda4e84a90cf59a52f150905c4ab1 (patch)
tree51d0158c7a879f6b2f3c40843c5e5e455069a1dc /src/lib/text_caption_file_decoder.h
parent9cb73fbc0fa4643612f01665bc6d9fc430656f32 (diff)
Clean up after previous commit.
Diffstat (limited to 'src/lib/text_caption_file_decoder.h')
-rw-r--r--src/lib/text_caption_file_decoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/text_caption_file_decoder.h b/src/lib/text_caption_file_decoder.h
index 7f889e72d..769777571 100644
--- a/src/lib/text_caption_file_decoder.h
+++ b/src/lib/text_caption_file_decoder.h
@@ -18,10 +18,10 @@
*/
-#ifndef DCPOMATIC_PLAIN_TEXT_FILE_DECODER_H
-#define DCPOMATIC_PLAIN_TEXT_FILE_DECODER_H
+#ifndef DCPOMATIC_TEXT_CAPTION_FILE_DECODER_H
+#define DCPOMATIC_TEXT_CAPTION_FILE_DECODER_H
-#include "plain_text_file.h"
+#include "text_caption_file.h"
#include "decoder.h"
class TextCaptionFileContent;