Make the preview respond to changes in subtitle line spacing.
[dcpomatic.git] / src / lib / audio_content.h
index da00bfeb1eff35765751b2d09434a76f3d733d9e..92491bf89414745648a3658b6a022fe01fd06139 100644 (file)
@@ -82,7 +82,7 @@ public:
 
        void add_properties (std::list<UserProperty> &) const;
 
-       static boost::shared_ptr<AudioContent> from_xml (Content* parent, cxml::ConstNodePtr);
+       static boost::shared_ptr<AudioContent> from_xml (Content* parent, cxml::ConstNodePtr, int version);
 
 private: