X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Ffont_asset.h;h=8abd6047283486420969f4eabc7c2b0625e10f56;hb=1caefd8541e12e7d205c3d5bb46f3ec84719baa0;hp=13333777461e10773fbc8cc22654733d3e64eb04;hpb=8771c1f7b00ab0fb5c252adaa437d753155b7c18;p=libdcp.git diff --git a/src/font_asset.h b/src/font_asset.h index 13333777..8abd6047 100644 --- a/src/font_asset.h +++ b/src/font_asset.h @@ -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; };