diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/dom.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dom/dom.h b/src/dom/dom.h index bf0d0534a..e195dae7d 100644 --- a/src/dom/dom.h +++ b/src/dom/dom.h @@ -44,6 +44,11 @@ #endif #endif +//# Unfortunate hack for a name collision +#ifdef SEVERITY_ERROR +#undef SEVERITY_ERROR +#endif + #define XMLNSNAME "http://www.w3.org/2000/xmlns/" namespace org |
