diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-11 15:56:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-11 15:56:37 +0000 |
| commit | 7561f75ad38a1d50f88c49cded55093d0890b736 (patch) | |
| tree | 064bca6970f26a5805440df8c028f0f79f5ce797 /src | |
| parent | 5aa66b7fd3e5256cd20eedde287a2124522610a0 (diff) | |
Remove over-zealous assert().
Diffstat (limited to 'src')
| -rw-r--r-- | src/mxf_writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf_writer.cc b/src/mxf_writer.cc index 374e6590..21720772 100644 --- a/src/mxf_writer.cc +++ b/src/mxf_writer.cc @@ -41,7 +41,7 @@ MXFWriter::MXFWriter (MXF* mxf, boost::filesystem::path file) MXFWriter::~MXFWriter () { - assert (_finalized); + } void |
