summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dcp_assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp_assert.h b/src/dcp_assert.h
index bdd8947b..d8bf20e6 100644
--- a/src/dcp_assert.h
+++ b/src/dcp_assert.h
@@ -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__);