Michele Caini 6 anni fa
parent
commit
a226e06ae8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test/entt/meta/meta.cpp

+ 1 - 1
test/entt/meta/meta.cpp

@@ -18,7 +18,7 @@ Type get(Type &prop) {
 
 enum class properties {
     prop_int,
-    prop_bool,
+    prop_bool
 };
 
 struct empty_type {