Explorar el Código

test: cleanup

Michele Caini hace 1 año
padre
commit
b967dbcb90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/entt/signal/delegate.cpp

+ 1 - 1
test/entt/signal/delegate.cpp

@@ -432,7 +432,7 @@ TEST(Delegate, UnboundDataMember) {
 }
 
 TEST(Delegate, UnboundMemberFunction) {
-    entt::delegate<int(delegate_functor *, const int &i)> delegate;
+    entt::delegate<int(delegate_functor *, const int &)> delegate;
     delegate.connect<&delegate_functor::operator()>();
     delegate_functor functor;