Updated nl_NL translation from Rob van Nieuwkerk.
[dcpomatic.git] / src / lib / content.h
index b8626e212c34b680175f72d5d730feaf72714522..567cd5c1f78c68901ef13cdbfcf6ff49ed81fc34 100644 (file)
@@ -196,7 +196,7 @@ public:
 
        std::shared_ptr<VideoContent> video;
        std::shared_ptr<AudioContent> audio;
-       std::list<std::shared_ptr<TextContent> > text;
+       std::list<std::shared_ptr<TextContent>> text;
        std::shared_ptr<AtmosContent> atmos;
 
        std::shared_ptr<TextContent> only_text () const;