Various joining fixes.
[dcpomatic.git] / src / lib / sndfile_content.cc
index 7069499641933bbb266a21532d72f2a0ce977d77..c7879202f471c6ac5a2f2f978215b35cffc39300 100644 (file)
@@ -43,7 +43,7 @@ SndfileContent::SndfileContent (shared_ptr<const Film> f, boost::filesystem::pat
 
 }
 
-SndfileContent::SndfileContent (shared_ptr<const Film> f, shared_ptr<const cxml::Node> node)
+SndfileContent::SndfileContent (shared_ptr<const Film> f, shared_ptr<const cxml::Node> node, int)
        : Content (f, node)
        , AudioContent (f, node)
        , _audio_mapping (node->node_child ("AudioMapping"))