[Libreoffice-commits] core.git: include/basegfx

Noel Grandin noel at peralex.com
Tue Feb 23 09:47:07 UTC 2016


 include/basegfx/vector/b2enums.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 86a852f0a63876b2b952e12258e93c9ee4695eb3
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Feb 23 09:56:20 2016 +0200

    convert B2VectorContinuity to scoped enum
    
    Change-Id: Id7c16223f579fea1e1d64c0b77327be1b6d5c8d9
    Reviewed-on: https://gerrit.libreoffice.org/22631
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/include/basegfx/vector/b2enums.hxx b/include/basegfx/vector/b2enums.hxx
index 50bc358..2253d21 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,


More information about the Libreoffice-commits mailing list