mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 19:33:13 +01:00
DtoType -> DtoFunctionType.
This commit is contained in:
committed by
Kai Nacke
parent
8408afcf6d
commit
f67cbcda98
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user