summaryrefslogtreecommitdiff
path: root/src/lib/render_text.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-05 00:43:00 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-05 00:43:00 +0100
commit5d1496fa502655d334439b4b2658625a2b3c1b70 (patch)
treedefaa6e2074a4e3fd93dae5c3899c51a12866a65 /src/lib/render_text.h
parentd50c23b8ddc05953322d2d0eb6ca5cb8ad88645f (diff)
C++11 tidying.
Diffstat (limited to 'src/lib/render_text.h')
-rw-r--r--src/lib/render_text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/render_text.h b/src/lib/render_text.h
index 07a97bb40..b7846654b 100644
--- a/src/lib/render_text.h
+++ b/src/lib/render_text.h
@@ -29,5 +29,5 @@ namespace dcpomatic {
std::string marked_up (std::list<StringText> subtitles, int target_height, float fade_factor, std::string font_name);
std::list<PositionImage> render_text (
- std::list<StringText>, std::list<std::shared_ptr<dcpomatic::Font> > fonts, dcp::Size, dcpomatic::DCPTime, int
+ std::list<StringText>, std::list<std::shared_ptr<dcpomatic::Font>> fonts, dcp::Size, dcpomatic::DCPTime, int
);