summaryrefslogtreecommitdiff
path: root/src/sound_asset_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_asset_writer.h')
-rw-r--r--src/sound_asset_writer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound_asset_writer.h b/src/sound_asset_writer.h
index fde56d95..031af5c9 100644
--- a/src/sound_asset_writer.h
+++ b/src/sound_asset_writer.h
@@ -67,6 +67,8 @@ class SoundAsset;
class SoundAssetWriter : public AssetWriter
{
public:
+ ~SoundAssetWriter();
+
/** @param data Pointer an array of float pointers, one for each channel.
* @param frames Number of frames i.e. number of floats that are given for each channel.
*/