summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-28 01:15:24 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-28 01:15:24 +0000
commitea81a192a65a03b664dac61de21e06cea7aa97a2 (patch)
treef21447aeb9f24320ea6c1c4cb7a05539646bb85a /src/cpl.cc
parent75788462338b1b4f464d075465da3cb372c40004 (diff)
Purge assert() from src/, at least (not asdcplib).
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index d7f3a79a..b5b4d715 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -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);
}
}