Explorar el Código

test: cleanup

Michele Caini hace 1 año
padre
commit
88c77f87fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {
-    derived()
+    derived() = default;
         : base{} {}
 };