diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-01 00:58:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-01 00:58:25 +0100 |
| commit | fe0963218c6b872fc669cd57790c8352e0e9d144 (patch) | |
| tree | 7729656e8dcb5c9274d92746bfd271fa14838b66 /src/reel_sound_asset.cc | |
| parent | d53fe6a7bb1d4934fb55b3fa9af0469a777c8091 (diff) | |
Re-order some parameters.
Diffstat (limited to 'src/reel_sound_asset.cc')
| -rw-r--r-- | src/reel_sound_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_sound_asset.cc b/src/reel_sound_asset.cc index 8b1bd97a..1a79e3bb 100644 --- a/src/reel_sound_asset.cc +++ b/src/reel_sound_asset.cc @@ -53,7 +53,7 @@ using namespace dcp; ReelSoundAsset::ReelSoundAsset(std::string id, dcp::Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point, boost::optional<std::string> hash, boost::optional<std::string> key_id) - : ReelFileAsset(key_id, id, edit_rate, intrinsic_duration, entry_point, hash) + : ReelFileAsset(id, edit_rate, intrinsic_duration, entry_point, hash, key_id) { } |
