diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-27 11:35:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-27 11:35:53 +0100 |
| commit | f9474637db140eb3d9170185fc79437c8d9914b7 (patch) | |
| tree | 9f9e9eeaea1dd52c50f21869d8cb5e948787c4b7 /src/sound_asset.h | |
| parent | 8c7b705e318d888444e5156f627cdc48168d3ac7 (diff) | |
Use a template for AssetReader.
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 9278eeee..6d090312 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -42,12 +42,12 @@ #include "types.h" #include "metadata.h" #include "sound_frame.h" +#include "sound_asset_reader.h" namespace dcp { class SoundAssetWriter; -class SoundAssetReader; /** @class SoundAsset * @brief Representation of a sound asset |
