summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel.h b/src/reel.h
index 347013c3..ecea0965 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -133,7 +133,7 @@ public:
void add (std::shared_ptr<ReelAsset> asset);
- std::vector<std::shared_ptr<ReelAsset>> assets () const;
+ std::vector<std::shared_ptr<ReelFileAsset>> file_assets() const;
xmlpp::Element* write_to_cpl (xmlpp::Element* node, Standard standard) const;