Fixed file name in imported mixins containing assertions.

This commit is contained in:
Tomas Lindquist Olsen
2009-04-29 18:39:59 +02:00
parent b6a6391116
commit 617861ead4
5 changed files with 15 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ void DtoResolveStruct(StructDeclaration* sd)
sd->ir.resolved = true;
// log what we're doing
Logger::println("Resolving struct type: %s (%s)", sd->toChars(), sd->locToChars());
Logger::println("Resolving struct type: %s (%s)", sd->toChars(), sd->loc.toChars());
LOG_SCOPE;
// make sure type exists