diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/basegfx/vector/b2enums.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/vector/b2enums.hxx b/include/basegfx/vector/b2enums.hxx index f1ba1781ea1b..80c242ef7862 100644 --- a/include/basegfx/vector/b2enums.hxx +++ b/include/basegfx/vector/b2enums.hxx @@ -43,13 +43,13 @@ namespace basegfx enum B2VectorContinuity { /// none - CONTINUITY_NONE = 0, + NONE = 0, /// mathematically negative oriented - CONTINUITY_C1, + C1, /// mathematically neutral, thus parallel - CONTINUITY_C2 + C2 }; /** Descriptor for possible line joins between two line segments |