소스 검색

fixed typo

Michele Caini 6 년 전
부모
커밋
a226e06ae8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {