Fix crashes on x-thread signal emission.
[dcpomatic.git] / src / lib / writer.h
index 68ac972eec866923221185422d6f220c81afc0c0..41d4d4474bae3dde1e97e35f9d6392aeb165315b 100644 (file)
@@ -152,4 +152,6 @@ private:
        boost::shared_ptr<dcp::SoundMXF> _sound_mxf;
        boost::shared_ptr<dcp::SoundMXFWriter> _sound_mxf_writer;
        boost::shared_ptr<dcp::InteropSubtitleContent> _subtitle_content;
+
+       std::list<boost::shared_ptr<Font> > _fonts;
 };