X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftext_content.h;h=66bedecf51007c9e030cf3f01d3261ecc5eb5dfa;hb=7e0c9ddefe19fdded417568d86784bd9ef84eeca;hp=d3e9b564b389fcb8787397ff43cefd6660ae1382;hpb=fcba100f0dfd1d4214291abb76f22ebd696c24d4;p=dcpomatic.git diff --git a/src/lib/text_content.h b/src/lib/text_content.h index d3e9b564b..66bedecf5 100644 --- a/src/lib/text_content.h +++ b/src/lib/text_content.h @@ -132,7 +132,7 @@ public: return _y_scale; } - std::list > fonts () const { + std::list> fonts () const { boost::mutex::scoped_lock lm (_mutex); return _fonts; } @@ -221,7 +221,7 @@ private: double _x_scale; /** y scale factor to apply to subtitles */ double _y_scale; - std::list > _fonts; + std::list> _fonts; boost::optional _colour; boost::optional _effect; boost::optional _effect_colour;