summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/string_text.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/string_text.h b/src/lib/string_text.h
index 4f4958163..887224d53 100644
--- a/src/lib/string_text.h
+++ b/src/lib/string_text.h
@@ -18,12 +18,15 @@
*/
-#ifndef DCPOMATIC_PLAIN_TEXT_H
-#define DCPOMATIC_PLAIN_TEXT_H
+
+#ifndef DCPOMATIC_STRING_TEXT_H
+#define DCPOMATIC_STRING_TEXT_H
+
#include <dcp/subtitle_string.h>
/** A wrapper for SubtitleString which allows us to include settings that are not
+
* applicable to true DCP subtitles. For example, we can set outline width for burn-in
* but this cannot be specified in DCP XML.
*/
@@ -38,4 +41,5 @@ public:
int outline_width;
};
+
#endif