Make SSA reader more tolerant of missing styles (DoM #2685).
[libsub.git] / src / sub_assert.h
index 67c8abe2ab37eaf565d10506b8149a695dabf3be..4c75d704cc82f5f048ddeabf632570786c439a0b 100644 (file)
@@ -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__);