summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-23 09:56:20 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-23 09:46:42 +0000
commit86a852f0a63876b2b952e12258e93c9ee4695eb3 (patch)
treee4b2cbc27f03be3ba98a24d117b419f7b8f9c6c7 /include/basegfx
parent5a9cbb7a5fa792af32958b6bfc2c386c4d27772a (diff)
convert B2VectorContinuity to scoped enum
Change-Id: Id7c16223f579fea1e1d64c0b77327be1b6d5c8d9 Reviewed-on: https://gerrit.libreoffice.org/22631 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/vector/b2enums.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/vector/b2enums.hxx b/include/basegfx/vector/b2enums.hxx
index 50bc358bd0ee..2253d21cca9e 100644
--- a/include/basegfx/vector/b2enums.hxx
+++ b/include/basegfx/vector/b2enums.hxx
@@ -40,7 +40,7 @@ namespace basegfx
/** Descriptor for the mathematical continuity of two 2D Vectors
*/
- enum B2VectorContinuity
+ enum class B2VectorContinuity
{
/// none
NONE = 0,