diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-26 22:25:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-26 22:25:11 +0000 |
| commit | 93096af59d8235235c0caed929b6f72dcf09cdc9 (patch) | |
| tree | 379519075366d74a16b6912d6bc02fef05ce3700 /src/asset.h | |
| parent | 59886567974bd3e79d30a4a9425d86d50bf425f3 (diff) | |
A little tidying up.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h index e8867ae5..abaa63be 100644 --- a/src/asset.h +++ b/src/asset.h @@ -39,7 +39,7 @@ namespace dcp { * @brief Parent class for DCP assets, i.e. picture/sound/subtitles and CPLs. * * Note that this class is not used for ReelAssets; they are just for the metadata - * that gets put into <Reel>s. + * that gets put into <Reel>s. */ class Asset : public Object { |
