Missing include.
[libdcp.git] / src / reel_asset.h
index 25c13354c0170aa1c5faa603a741c5af8cfbac1d..a71290ae1b86e91736be419e1032a6eb9706a133 100644 (file)
@@ -63,7 +63,7 @@ public:
        }
 
        /** @return a Ref to our actual content */
-       Ref<Content> content () const {
+       Ref<Content>& content () {
                return _content;
        }
 
@@ -82,7 +82,7 @@ public:
        }
 
 protected:
-       /** @return the node name that this asset uses in the CPL's <Reel> node
+       /** @return the node name that this asset uses in the CPL's &lt;Reel&gt; node
         *  e.g. MainPicture, MainSound etc.
         */
        virtual std::string cpl_node_name () const = 0;