Actually turn on HMAC use.
[libdcp.git] / src / font_asset.h
index 13333777461e10773fbc8cc22654733d3e64eb04..8abd6047283486420969f4eabc7c2b0625e10f56 100644 (file)
@@ -31,8 +31,8 @@ namespace dcp {
 class FontAsset : public Asset
 {
 public:
-       FontAsset (boost::filesystem::path file);
-       
+       FontAsset (std::string id, boost::filesystem::path file);
+
 private:
        std::string pkl_type (Standard standard) const;
 };