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, 1 insertions, 2 deletions
diff --git a/src/asset.h b/src/asset.h
index dbe3deba..269d5c4b 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -59,9 +59,8 @@ public:
/** Write details of the asset to a CPL AssetList node.
* @param p Parent element.
- * @param i true to use the Interop standard, false for SMPTE.
*/
- virtual void write_to_cpl (xmlpp::Element* p, bool i) const = 0;
+ virtual void write_to_cpl (xmlpp::Element* p) const = 0;
/** Write details of the asset to a PKL AssetList node.
* @param p Parent node.