X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer_subtitles.h;h=65de500f63d265ca7bea8b6bbd5144122708a3e5;hb=5e8f1fb8d6dac786983a8e96cc6ee119506c200a;hp=46994ea3bd4f7924576f23b00c495ce1d23887ac;hpb=b56bc3c45953fe113a9934b0d2ec2c1134de07ab;p=dcpomatic.git diff --git a/src/lib/player_subtitles.h b/src/lib/player_subtitles.h index 46994ea3b..65de500f6 100644 --- a/src/lib/player_subtitles.h +++ b/src/lib/player_subtitles.h @@ -20,8 +20,8 @@ #ifndef DCPOMATIC_PLAYER_SUBTITLES_H #define DCPOMATIC_PLAYER_SUBTITLES_H -#include #include "image_subtitle.h" +#include class PlayerSubtitles { @@ -36,7 +36,7 @@ public: /** ImageSubtitles, with their rectangles transformed as specified by their content */ std::list image; - std::list text; + std::list text; }; #endif