diff options
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 4e9e5815f..c1e1dbeec 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -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 |
