Fix the header guard and tidy up.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Jun 2022 10:11:34 +0000 (12:11 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 7 Jun 2022 15:01:06 +0000 (17:01 +0200)
src/lib/string_text.h

index 4f4958163c4f2773fae426ce02b9c73208fd366f..887224d53eea3ceeb7e4fc8d83662799b1db9cd2 100644 (file)
 
 */
 
-#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