Assorted C++11/formatting cleanups.
[dcpomatic.git] / src / lib / video_content.h
index 4e9e5815f3e864311d5b37a909665f77fc567941..c1e1dbeec5b05345f96730b56bd6871da6c4dead 100644 (file)
@@ -61,7 +61,7 @@ class VideoContent : public ContentPart, public std::enable_shared_from_this<Vid
 public:
        explicit VideoContent (Content* parent);
        VideoContent (Content* parent, cxml::ConstNodePtr, int);
-       VideoContent (Content* parent, std::vector<std::shared_ptr<Content> >);
+       VideoContent (Content* parent, std::vector<std::shared_ptr<Content>>);
 
        void as_xml (xmlpp::Node *) const;
        std::string technical_summary () const;
@@ -249,4 +249,5 @@ private:
        boost::optional<dcp::LanguageTag> _burnt_subtitle_language;
 };
 
+
 #endif