diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-22 19:42:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-22 19:42:39 +0000 |
| commit | 1c724e363a644abaee7efb39d6091e7b30de0fb6 (patch) | |
| tree | 413e28533849835f8496c8c972bd26e1d27aefbe /src/cpl.h | |
| parent | 1e9f115b7cda68ccba99f58d194a2c0eb83e7e23 (diff) | |
Various work.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ namespace parse { class AssetMapAsset; } -class ContentAsset; +class Content; class Reel; class XMLMetadata; class MXFMetadata; @@ -85,7 +85,7 @@ public: return _fps; } - std::list<boost::shared_ptr<const ContentAsset> > assets () const; + std::list<boost::shared_ptr<const Content> > assets () const; bool encrypted () const; |
