diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 4633b9a7..0a6c8f4e 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -86,10 +86,10 @@ public: int length ); - /** Write details of this asset to a CPL stream. - * @param s Stream. + /** Write details of the asset to a CPL AssetList node. + * @param p Parent node. */ - void write_to_cpl (std::ostream& s) const; + void write_to_cpl (xmlpp::Element* p) const; bool equals (boost::shared_ptr<const Asset> other, EqualityOptions opt, std::list<std::string>& notes) const; |
