summaryrefslogtreecommitdiff
path: root/src/lib/player_caption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player_caption.h')
-rw-r--r--src/lib/player_caption.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/player_caption.h b/src/lib/player_caption.h
index 2875790df..2f7e909aa 100644
--- a/src/lib/player_caption.h
+++ b/src/lib/player_caption.h
@@ -18,10 +18,10 @@
*/
-#ifndef DCPOMATIC_PLAYER_TEXT_H
-#define DCPOMATIC_PLAYER_TEXT_H
+#ifndef DCPOMATIC_PLAYER_CAPTION_H
+#define DCPOMATIC_PLAYER_CAPTION_H
-#include "bitmap_text.h"
+#include "bitmap_caption.h"
#include "dcpomatic_time.h"
#include "text_caption.h"
@@ -34,8 +34,8 @@ public:
void add_fonts (std::list<boost::shared_ptr<Font> > fonts_);
std::list<boost::shared_ptr<Font> > fonts;
- /** BitmapTexts, with their rectangles transformed as specified by their content */
- std::list<BitmapText> image;
+ /** BitmapCaptions, with their rectangles transformed as specified by their content */
+ std::list<BitmapCaption> image;
std::list<TextCaption> text;
};