Fixed compile errors on linux (obvious programming faults).

This commit is contained in:
Daniel Brall 2016-06-10 10:34:00 +02:00
parent efecbca8fc
commit afcb731d18
2 changed files with 2 additions and 5 deletions

View file

@ -31,7 +31,7 @@ daeElement *daeMetaGroup::placeElement( daeElement *parent, daeElement *child, d
(void)offset;
daeString nm = child->getElementName();
if ( findChild( nm ) == NULL ) {
return false;
return NULL;
}
daeElementRef el;