Commit: b3c00f97be33cd0a33c342539e7778a47156c121
Author: Jeroen Bakker
Date:   Mon Feb 15 11:09:17 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rBb3c00f97be33cd0a33c342539e7778a47156c121

Cleanup: Use enum class for CryptomatteLayerState.

===================================================================

M       source/blender/blenkernel/intern/cryptomatte.cc

===================================================================

diff --git a/source/blender/blenkernel/intern/cryptomatte.cc 
b/source/blender/blenkernel/intern/cryptomatte.cc
index 477c7c34d06..db83547fe36 100644
--- a/source/blender/blenkernel/intern/cryptomatte.cc
+++ b/source/blender/blenkernel/intern/cryptomatte.cc
@@ -47,7 +47,7 @@
 #include <string>
 #include <string_view>
 
-enum CryptomatteLayerState {
+enum class CryptomatteLayerState {
   EMPTY,
   FILLED,
   CLOSED,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to