summaryrefslogtreecommitdiff
path: root/src/lib/player_text.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-08 21:32:44 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-08 21:32:44 +0200
commit3339d3bce70afe9ae2ca10e9fcfc4b54b748fbf4 (patch)
tree9cac355432ba25cc3d43017382d73e0640f50996 /src/lib/player_text.h
parent00762c2d9a4240d016150cd7555aee3dad8542ae (diff)
Assorted C++11/formatting cleanups.
Diffstat (limited to 'src/lib/player_text.h')
-rw-r--r--src/lib/player_text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player_text.h b/src/lib/player_text.h
index cd4be984c..45c8bf589 100644
--- a/src/lib/player_text.h
+++ b/src/lib/player_text.h
@@ -38,7 +38,7 @@ class PlayerText
{
public:
void add_fonts (std::list<std::shared_ptr<dcpomatic::Font>> fonts_);
- std::list<std::shared_ptr<dcpomatic::Font> > fonts;
+ std::list<std::shared_ptr<dcpomatic::Font>> fonts;
/** BitmapTexts, with their rectangles transformed as specified by their content */
std::list<BitmapText> bitmap;