summaryrefslogtreecommitdiff
path: root/src/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/asset.h
parent094117316524f12fc82adbdf721778eed04e66f6 (diff)
Fix various SNAFUs with Font ID handling.
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h
index 12fe2657..f5b60bf7 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -47,6 +47,7 @@ class Asset : public Object
public:
Asset ();
Asset (boost::filesystem::path file);
+ Asset (std::string id, boost::filesystem::path file);
virtual bool equals (
boost::shared_ptr<const Asset> other,