diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 15:05:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 15:05:19 +0100 |
| commit | 81312913ad26aaee12eeabd3f27a537806c97049 (patch) | |
| tree | 8a58899a4df44bc88f85d52707152934cc0ccb51 /src/font_asset.h | |
| parent | 094117316524f12fc82adbdf721778eed04e66f6 (diff) | |
Fix various SNAFUs with Font ID handling.
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; |
