diff --git a/gen/llvmhelpers.cpp b/gen/llvmhelpers.cpp index ab160838..84e30f44 100644 --- a/gen/llvmhelpers.cpp +++ b/gen/llvmhelpers.cpp @@ -1216,7 +1216,7 @@ DValue* DtoDeclarationExp(Dsymbol* declaration) Logger::println("AttribDeclaration"); for (int i=0; i < a->decl->dim; ++i) { - DtoForceDeclareDsymbol((Dsymbol*)a->decl->data[i]); + DtoDeclarationExp((Dsymbol*)a->decl->data[i]); } } // mixin declaration