소스 검색

test: cleanup

Michele Caini 1 년 전
부모
커밋
88c77f87fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/entt/meta/meta_func.cpp

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

@@ -41,7 +41,7 @@ void fake_member(base &instance, int value) {
 }
 }
 
 
 struct derived: base {
 struct derived: base {
-    derived()
+    derived() = default;
         : base{} {}
         : base{} {}
 };
 };