diff options
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asset.h b/src/asset.h index a2202cd6..44d088a3 100644 --- a/src/asset.h +++ b/src/asset.h @@ -58,10 +58,10 @@ public: virtual ~Asset() {} /** Write details of the asset to a CPL AssetList node. - * @param p Parent node. + * @param p Parent element. * @param i true to use the Interop standard, false for SMPTE. */ - virtual void write_to_cpl (xmlpp::Node* p, bool i) const = 0; + virtual void write_to_cpl (xmlpp::Element* p, bool i) const = 0; /** Write details of the asset to a PKL AssetList node. * @param p Parent node. |
