diff options
Diffstat (limited to 'src/sub_assert.h')
| -rw-r--r-- | src/sub_assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_assert.h b/src/sub_assert.h index 67c8abe..4c75d70 100644 --- a/src/sub_assert.h +++ b/src/sub_assert.h @@ -19,4 +19,4 @@ #include "exceptions.h" -#define SUB_ASSERT(x) if (!(x)) throw ProgrammingError (__FILE__, __LINE__); +#define SUB_ASSERT(x) if (!(x)) throw sub::ProgrammingError (__FILE__, __LINE__); |
