diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-29 13:28:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 1252940b0be76e0cd8f6995a4967d04b65c1e599 (patch) | |
| tree | 8bd37c288a9484407c9719d5e7ca4f6200eb65eb /src/verify.h | |
| parent | cd929c438d5e727a78027607fa0c047b26e30642 (diff) | |
INVALID_DURATION: note -> asset_id.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index e7d70dd2..fa239302 100644 --- a/src/verify.h +++ b/src/verify.h @@ -171,7 +171,7 @@ public: */ INVALID_INTRINSIC_DURATION, /** An asset's _Duration_ is less than 1 second - * note contains asset ID + * asset_id contains asset ID * reel_index contains the reel index (starting from 0) */ INVALID_DURATION, |
