diff options
Diffstat (limited to 'src/sound_asset_writer.h')
| -rw-r--r-- | src/sound_asset_writer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound_asset_writer.h b/src/sound_asset_writer.h index 02639423..0a7d8cda 100644 --- a/src/sound_asset_writer.h +++ b/src/sound_asset_writer.h @@ -37,12 +37,12 @@ #include "asset_writer.h" #include "types.h" +#include "sound_frame.h" #include <boost/shared_ptr.hpp> #include <boost/filesystem.hpp> namespace dcp { -class SoundFrame; class SoundAsset; /** @class SoundAssetWriter @@ -74,7 +74,7 @@ private: struct ASDCPState; boost::shared_ptr<ASDCPState> _state; - SoundAsset* _sound_asset; + SoundAsset* _asset; int _frame_buffer_offset; }; |
