diff options
Diffstat (limited to 'src/font_asset.h')
| -rw-r--r-- | src/font_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font_asset.h b/src/font_asset.h index d0999322..8abd6047 100644 --- a/src/font_asset.h +++ b/src/font_asset.h @@ -31,7 +31,7 @@ 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; |
