From ea81a192a65a03b664dac61de21e06cea7aa97a2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 28 Dec 2014 01:15:24 +0000 Subject: Purge assert() from src/, at least (not asdcplib). --- src/cpl.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cpl.cc') 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 @@ -250,7 +251,7 @@ CPL::pkl_type (Standard standard) const case SMPTE: return "text/xml"; default: - assert (false); + DCP_ASSERT (false); } } -- cgit v1.2.3