diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-12 18:14:24 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-12 18:14:24 +0000 |
| commit | 6df950086b8fc17b9546c811fbba0c15fd78f8f6 (patch) | |
| tree | ccae7dac01bb15eb7ac6f2a718470d4f0146034c /src | |
| parent | change uint to unsigned int (diff) | |
| download | inkscape-6df950086b8fc17b9546c811fbba0c15fd78f8f6.tar.gz inkscape-6df950086b8fc17b9546c811fbba0c15fd78f8f6.zip | |
avoid name collision
(bzr r497)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/dom.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dom/dom.h b/src/dom/dom.h index da40edef7..d533a7dca 100644 --- a/src/dom/dom.h +++ b/src/dom/dom.h @@ -1531,9 +1531,9 @@ public: typedef enum { - SEVERITY_WARNING = 1, - SEVERITY_ERROR = 2, - SEVERITY_FATAL_ERROR = 3 + DOMERROR_SEVERITY_WARNING = 1, + DOMERROR_SEVERITY_ERROR = 2, + DOMERROR_SEVERITY_FATAL_ERROR = 3 } ErrorSeverity; |
