diff options
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 2 |
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 { |
