Fix the build

scancodes-fix
Armin Burgmeier 2013-03-31 16:10:20 +02:00
parent c17080a4a2
commit 7c240aefa3
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ void C4Def::CompileFunc(StdCompiler *pComp)
"Category", 0 ));
pComp->Value(mkNamingAdapt(ContactFunctionCalls, "ContactCalls", 0 ));
pComp->Value(mkParAdapt(Shape, NULL));
pComp->Value(mkParAdapt(Shape, static_cast<C4Shape*>(NULL)));
pComp->Value(mkNamingAdapt(Value, "Value", 0 ));
pComp->Value(mkNamingAdapt(Mass, "Mass", 0 ));
pComp->Value(mkNamingAdapt(Component, "Components", C4IDList() ));