diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-27 12:29:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-27 12:29:28 +0100 |
| commit | 52b563097e355b098fc9da13cb25f135f0d9bf9e (patch) | |
| tree | 944caef1fa74e5dd515edf3493d3d42bf60aca2e /src/sound_asset_writer.h | |
| parent | f06675329c775a0c37a4af647345a177f21af94e (diff) | |
Some small cleanups.
Diffstat (limited to 'src/sound_asset_writer.h')
| -rw-r--r-- | src/sound_asset_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset_writer.h b/src/sound_asset_writer.h index 95d13855..0a7d8cda 100644 --- a/src/sound_asset_writer.h +++ b/src/sound_asset_writer.h @@ -74,7 +74,7 @@ private: struct ASDCPState; boost::shared_ptr<ASDCPState> _state; - SoundAsset* _sound_asset; + SoundAsset* _asset; int _frame_buffer_offset; }; |
