diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 12:19:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 12:19:28 +0100 |
| commit | d697e7bedb1e42f5167c92fd9ab363f496d718f5 (patch) | |
| tree | f4d5fd9ff280cc24373315045a26183eecaf78ba /src/asset.h | |
| parent | 01ee80bda7dad42809407a0c94bc542f560c363e (diff) | |
Try to fix application of namespace to MainStereoscopicPicture nodes.
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. |
