DtoType -> DtoFunctionType.

This commit is contained in:
David Nadlinger
2013-10-18 22:46:52 +02:00
committed by Kai Nacke
parent 8408afcf6d
commit f67cbcda98

View File

@@ -534,7 +534,7 @@ void DtoResolveFunction(FuncDeclaration* fdecl)
}
}
DtoType(fdecl->type);
DtoFunctionType(fdecl);
Logger::println("DtoResolveFunction(%s): %s", fdecl->toPrettyChars(), fdecl->loc.toChars());
LOG_SCOPE;