summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-16 17:44:33 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-16 19:28:54 +0100
commit45ed3bf55175a8555123b320b366efb69b1ba629 (patch)
tree64b9a8659d72af8c09ce663fd49592c780497fe6 /src/reel.h
parentd2a71383bf9f47ac4277d8c353914cbfa6ab3a05 (diff)
Rename assets() to file_assets()
since this is what it was returning anyway.
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;