From 81312913ad26aaee12eeabd3f27a537806c97049 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Jun 2015 15:05:19 +0100 Subject: Fix various SNAFUs with Font ID handling. --- src/asset.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/asset.cc') diff --git a/src/asset.cc b/src/asset.cc index 3d397831..6a15f216 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -49,6 +49,13 @@ Asset::Asset (boost::filesystem::path file) } +Asset::Asset (string id, boost::filesystem::path file) + : Object (id) + , _file (file) +{ + +} + void Asset::write_to_pkl (xmlpp::Node* node, Standard standard) const { -- cgit v1.2.3