Make burnt-in subtitle outline width configurable (#940).
[dcpomatic.git] / src / lib / player_subtitles.h
index 9e50ea7776c961ba86f3446438e7a131c4ac9f08..a202cf4f846260b1ff4ca729ebb5ec23c315b98f 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "image_subtitle.h"
 #include "dcpomatic_time.h"
-#include <dcp/subtitle_string.h>
+#include "subtitle_string.h"
 
 class Font;
 
@@ -41,7 +41,7 @@ public:
 
        /** ImageSubtitles, with their rectangles transformed as specified by their content */
        std::list<ImageSubtitle> image;
-       std::list<dcp::SubtitleString> text;
+       std::list<SubtitleString> text;
 };
 
 #endif