Fix various SNAFUs with Font ID handling.
[libdcp.git] / src / asset.cc
index 3d3978311465df43916321aa885f4dbae56114dc..6a15f21630fb0fac9b7ddb6ff82345efbc781a03 100644 (file)
@@ -49,6 +49,13 @@ Asset::Asset (boost::filesystem::path file)
 
 }
 
+Asset::Asset (string id, boost::filesystem::path file)
+       : Object (id)
+       , _file (file)
+{
+
+}
+
 void
 Asset::write_to_pkl (xmlpp::Node* node, Standard standard) const
 {