summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-17 17:42:51 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-17 17:42:51 +0000
commit44791cafb91bfe1ee5c0a530c83d9f44b4d2f88f (patch)
treecd52e56f325b204035cd53639581228a6be38399 /src/cpl.h
parent77726c718ccce4af4bc82c3695a13cea859df874 (diff)
Asset -> ContentAsset.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 45480ec7..ead09f24 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -38,7 +38,7 @@ namespace parse {
class AssetMapAsset;
}
-class Asset;
+class ContentAsset;
class Reel;
class XMLMetadata;
class MXFMetadata;
@@ -82,7 +82,7 @@ public:
return _fps;
}
- std::list<boost::shared_ptr<const Asset> > assets () const;
+ std::list<boost::shared_ptr<const ContentAsset> > assets () const;
bool encrypted () const;