X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer_subtitles.h;h=93a0d5378775c30a769f8d01d5b9a987b5546a97;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=46994ea3bd4f7924576f23b00c495ce1d23887ac;hpb=d2137ac5db409e686b4d9b3fa567935a5e416d41;p=dcpomatic.git diff --git a/src/lib/player_subtitles.h b/src/lib/player_subtitles.h index 46994ea3b..93a0d5378 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 { @@ -30,13 +30,13 @@ public: : from (f) , to (t) {} - + DCPTime from; DCPTime to; /** ImageSubtitles, with their rectangles transformed as specified by their content */ std::list image; - std::list text; + std::list text; }; #endif