diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-28 01:15:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-28 01:15:24 +0000 |
| commit | ea81a192a65a03b664dac61de21e06cea7aa97a2 (patch) | |
| tree | f21447aeb9f24320ea6c1c4cb7a05539646bb85a /src/cpl.cc | |
| parent | 75788462338b1b4f464d075465da3cb372c40004 (diff) | |
Purge assert() from src/, at least (not asdcplib).
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,6 +27,7 @@ #include "reel_sound_asset.h" #include "reel_subtitle_asset.h" #include "local_time.h" +#include "dcp_assert.h" #include "compose.hpp" #include <libxml/parser.h> @@ -250,7 +251,7 @@ CPL::pkl_type (Standard standard) const case SMPTE: return "text/xml"; default: - assert (false); + DCP_ASSERT (false); } } |
