More renaming.
[dcpomatic.git] / src / lib / player_subtitles.h
index e1a104f2127c89a4d56e865f513f5f5320baab7b..4e3a739d8b1990941a6a9b54093bd9c5b85f3810 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef DCPOMATIC_PLAYER_SUBTITLES_H
 #define DCPOMATIC_PLAYER_SUBTITLES_H
 
-#include "image_subtitle.h"
+#include "bitmap_text.h"
 #include "dcpomatic_time.h"
 #include "subtitle_string.h"
 
@@ -34,8 +34,8 @@ public:
        void add_fonts (std::list<boost::shared_ptr<Font> > fonts_);
        std::list<boost::shared_ptr<Font> > fonts;
 
-       /** ImageSubtitles, with their rectangles transformed as specified by their content */
-       std::list<ImageSubtitle> image;
+       /** BitmapTexts, with their rectangles transformed as specified by their content */
+       std::list<BitmapText> image;
        std::list<SubtitleString> text;
 };