summaryrefslogtreecommitdiff
path: root/src/reel_file_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-01 01:04:09 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-01 01:04:09 +0100
commit257f5f77b3c84d9882f6f6b32a93d18ba9db3b40 (patch)
tree7b5edd86e9a073ed658af6298c5433506aef4deb /src/reel_file_asset.h
parent2a30341b98a5c7e8cf8ff107ac5b35e91beae1fe (diff)
Re-order some parameters.v1.10.46
Diffstat (limited to 'src/reel_file_asset.h')
-rw-r--r--src/reel_file_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_file_asset.h b/src/reel_file_asset.h
index 3c5d9fa3..d2dc8fc3 100644
--- a/src/reel_file_asset.h
+++ b/src/reel_file_asset.h
@@ -54,7 +54,7 @@ class ReelFileAsset : public ReelAsset
{
public:
ReelFileAsset(std::string id, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point, boost::optional<std::string> hash, boost::optional<std::string> key_id);
- ReelFileAsset(std::shared_ptr<Asset> asset, boost::optional<std::string> key_id, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point);
+ ReelFileAsset(std::shared_ptr<Asset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point, boost::optional<std::string> key_id);
explicit ReelFileAsset (std::shared_ptr<const cxml::Node> node);
virtual xmlpp::Element* write_to_cpl(xmlpp::Element* node, Standard standard) const override;