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

New commits:
commit 86a852f0a63876b2b952e12258e93c9ee4695eb3
Author: Noel Grandin <n...@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 <c...@libreoffice.org>
    Reviewed-by: Noel Grandin <noelgran...@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,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to