From f67cbcda98a6b034eaf13dbc43c337767ad2b798 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Fri, 18 Oct 2013 22:46:52 +0200 Subject: [PATCH] DtoType -> DtoFunctionType. --- gen/functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/functions.cpp b/gen/functions.cpp index 8dc20e7f..92bc713f 100644 --- a/gen/functions.cpp +++ b/gen/functions.cpp @@ -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;