summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h
index 3dffa9ab..a2202cd6 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -59,8 +59,9 @@ public:
/** Write details of the asset to a CPL AssetList node.
* @param p Parent node.
+ * @param i true to use the Interop standard, false for SMPTE.
*/
- virtual void write_to_cpl (xmlpp::Node *) const = 0;
+ virtual void write_to_cpl (xmlpp::Node* p, bool i) const = 0;
/** Write details of the asset to a PKL AssetList node.
* @param p Parent node.