Missing namespace.
authorCarl Hetherington <cth@carlh.net>
Wed, 9 Sep 2020 21:54:09 +0000 (23:54 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 9 Sep 2020 21:54:09 +0000 (23:54 +0200)
src/dcp_assert.h

index bdd8947bfa759c68df0932f53247c93f94a3823e..d8bf20e69ab16f9f8c3c254d9119e46e72ab5d57 100644 (file)
@@ -33,4 +33,4 @@
 
 #include "exceptions.h"
 
-#define DCP_ASSERT(x) if (!(x)) throw ProgrammingError (__FILE__, __LINE__);
+#define DCP_ASSERT(x) if (!(x)) throw dcp::ProgrammingError (__FILE__, __LINE__);