summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-04 11:29:19 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-04 11:29:19 +0100
commit02a275302dc62e4af3a9dc6873e1dd08022bfabf (patch)
tree19256f266ba82021acd3103f7275bd4277d82b30
parente6e329c27b5b48c4341860810dea4616cdc8e7b0 (diff)
Allow SoundAssetWriter to be destroyed without being finalised.
-rw-r--r--src/sound_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc
index 9b6b48aa..3335f2e3 100644
--- a/src/sound_asset.cc
+++ b/src/sound_asset.cc
@@ -404,5 +404,5 @@ SoundAssetWriter::finalize ()
SoundAssetWriter::~SoundAssetWriter ()
{
- assert (_finalized);
+
}