summaryrefslogtreecommitdiff
path: root/src/lib/player_caption.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-19 22:44:53 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-19 23:45:23 +0100
commit27b83475435dda4e84a90cf59a52f150905c4ab1 (patch)
tree51d0158c7a879f6b2f3c40843c5e5e455069a1dc /src/lib/player_caption.h
parent9cb73fbc0fa4643612f01665bc6d9fc430656f32 (diff)
Clean up after previous commit.
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;
};