Browse Source

fixed typo

Michele Caini 6 năm trước cách đây
mục cha
commit
a226e06ae8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {