summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/asset.h b/src/asset.h
index 4a52e819..5436e05c 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -60,10 +60,10 @@ public:
*/
virtual void write_to_cpl (xmlpp::Element* p) const = 0;
- /** Write details of the asset to a PKL stream.
- * @param s Stream.
+ /** Write details of the asset to a PKL AssetList node.
+ * @param p Parent node.
*/
- void write_to_pkl (std::ostream& s) const;
+ void write_to_pkl (xmlpp::Element* p) const;
/** Write details of the asset to a ASSETMAP stream.
* @param s Stream.