Some basics of AudioMapping.
[dcpomatic.git] / src / lib / audio_content.cc
index 9968f472561121e833f09392302ede079981575f..e38d9d265aefd723210845c877ac81e2ac8d54fc 100644 (file)
@@ -1,3 +1,5 @@
+/* -*- c-basic-offset: 8; default-tab-width: 8; -*- */
+
 /*
     Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
 
@@ -35,7 +37,6 @@ AudioContent::AudioContent (boost::filesystem::path f)
 AudioContent::AudioContent (shared_ptr<const cxml::Node> node)
        : Content (node)
 {
-
 }
 
 AudioContent::AudioContent (AudioContent const & o)
@@ -43,3 +44,9 @@ AudioContent::AudioContent (AudioContent const & o)
 {
 
 }
+
+void
+AudioContent::as_xml (xmlpp::Node* node) const
+{
+       
+}