summaryrefslogtreecommitdiff
path: root/src/font_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-24 15:05:19 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-24 15:05:19 +0100
commit81312913ad26aaee12eeabd3f27a537806c97049 (patch)
tree8a58899a4df44bc88f85d52707152934cc0ccb51 /src/font_asset.h
parent094117316524f12fc82adbdf721778eed04e66f6 (diff)
Fix various SNAFUs with Font ID handling.
Diffstat (limited to 'src/font_asset.h')
-rw-r--r--src/font_asset.h2
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;