Remove unnecessary Content class.
[libdcp.git] / src / reel_sound_asset.h
index 622a97cf6aaf80852ec9329ded151104089b255f..9266742944d061c89bbb3c8b6b5930da3a06f65f 100644 (file)
@@ -41,12 +41,12 @@ public:
 
        /** @return the SoundMXF that this object refers to */
        boost::shared_ptr<SoundMXF> mxf () {
-               return boost::dynamic_pointer_cast<SoundMXF> (_content.object ());
+               return boost::dynamic_pointer_cast<SoundMXF> (_asset.object ());
        }
 
        /** @return the SoundMXF that this object refers to */
        boost::shared_ptr<const SoundMXF> mxf () const {
-               return boost::dynamic_pointer_cast<const SoundMXF> (_content.object ());
+               return boost::dynamic_pointer_cast<const SoundMXF> (_asset.object ());
        }
        
 private: