Adapt for changes to libdcp API.
[dcpomatic.git] / src / lib / player_subtitles.h
index d0a3b4f657366b4e06af0a2c54e7441f471b8d91..65de500f63d265ca7bea8b6bbd5144122708a3e5 100644 (file)
@@ -36,7 +36,7 @@ public:
 
        /** ImageSubtitles, with their rectangles transformed as specified by their content */
        std::list<ImageSubtitle> image;
-       std::list<dcp::SubtitleString> text; 
+       std::list<dcp::SubtitleString> text;
 };
 
 #endif