X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer_text.h;h=fb1d846d8217d2c4f85af36c7b81270deff45db4;hb=e519feaca11005d330e7b8403b948d4ad9cc3ae8;hp=3f5066314cc256ae198a70290660134dce14ca71;hpb=0a5e92450ae992e9ed24026dd60ae351d0a3e60b;p=dcpomatic.git diff --git a/src/lib/player_text.h b/src/lib/player_text.h index 3f5066314..fb1d846d8 100644 --- a/src/lib/player_text.h +++ b/src/lib/player_text.h @@ -25,14 +25,16 @@ #include "dcpomatic_time.h" #include "string_text.h" -class Font; +namespace dcpomatic { + class Font; +} /** A set of text (subtitle/CCAP) which span the same time period */ class PlayerText { public: - void add_fonts (std::list > fonts_); - std::list > fonts; + void add_fonts (std::list > fonts_); + std::list > fonts; /** BitmapTexts, with their rectangles transformed as specified by their content */ std::list bitmap;