Michele Caini 6 lat temu
rodzic
commit
a226e06ae8
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {