make source compile under MinGW32
todo: link against OpenGL GLU/GLUT.
This commit is contained in:
@@ -225,7 +225,7 @@ void
|
||||
daeMetaElement::validate()
|
||||
{
|
||||
if (_createFunc == NULL)
|
||||
_createFunc = DAECreateElement;
|
||||
_createFunc = (daeElementConstructFunctionPtr) DAECreateElement;
|
||||
if (_elementSize == 0)
|
||||
{
|
||||
daeInt place=0;
|
||||
|
||||
Reference in New Issue
Block a user