diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-05 19:14:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 19:14:54 +0100 |
| commit | 331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1 (patch) | |
| tree | 45f281eaddb46e988e9f6c05b36fd553da0f010c /src/reel_sound_asset.h | |
| parent | 96bf4824ca6b378648950bfbd4565b8368c8eca0 (diff) | |
Bits of tidying; comments.
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index e7358bd0..9767307a 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -30,7 +30,7 @@ namespace dcp { /** @class ReelSoundAsset - * @brief Part of a Reel's description which refers to a sound MXF. + * @brief Part of a Reel's description which refers to a sound asset. */ class ReelSoundAsset : public ReelAsset, public ReelMXF { |
