summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-28 10:24:44 +0000
committerCarl Hetherington <cth@carlh.net>2015-10-28 10:24:44 +0000
commit6dc0cdbd5be3f8f60bd50523501a0bd85666ebda (patch)
tree1897931ca1a054d4181818272d723a81513ac39b /src/asset.h
parent34bacd283bd73cf697079459b0ad9e91bca349de (diff)
Don't add external (referenced) assets to the PKL.
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h
index 91661a46..c7911497 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -66,7 +66,7 @@ public:
* @param node Parent node.
* @param standard Standard to use.
*/
- void write_to_pkl (xmlpp::Node* node, Standard standard) const;
+ void write_to_pkl (xmlpp::Node* node, boost::filesystem::path root, Standard standard) const;
/** @return the most recent disk file used to read or write this asset; may be empty */
boost::filesystem::path file () const {