diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-16 17:44:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-16 19:28:54 +0100 |
| commit | 45ed3bf55175a8555123b320b366efb69b1ba629 (patch) | |
| tree | 64b9a8659d72af8c09ce663fd49592c780497fe6 /src/reel.h | |
| parent | d2a71383bf9f47ac4277d8c353914cbfa6ab3a05 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
