X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=d790928dc4fb851c7a96b956a92dbff3fdd5a47e;hb=eb2ad5ffd08128d31af32f3929a3295fcfa251e9;hp=e0b7a47a3d1779eb4d290216b54326a210d38e3b;hpb=dc275497c592669dda75645604a9b35d32f63e90;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index e0b7a47..d790928 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -179,7 +179,7 @@ int main(int argc, char **argv) { if (intp.PostponedDefinitions().size() > 0) { for (vector::const_iterator i(intp.PostponedDefinitions().begin()), end(intp.PostponedDefinitions().end()); i != end; ++i) { - std::cerr << "missing definition of " << TypeDescription::Get(i->linkedType).TypeName() << " " << i->identifier << std::endl; + std::cerr << "missing definition of " << TypeDescription::Get(i->type).TypeName() << " " << i->identifier << std::endl; } return 3; }