Fixes bug in EN_getcurve

This commit is contained in:
Lew Rossman
2019-04-03 00:58:40 -04:00
parent 6a4b95f4d5
commit ca0ea0e17c
6 changed files with 10 additions and 10 deletions

View File

@@ -1422,7 +1422,7 @@ typedef struct Project *EN_Project;
@ref EN_MAXID characters.
*/
int DLLEXPORT EN_getcurve(EN_Project ph, int index, char* id, int *nPoints,
double **xValues, double **yValues);
double *xValues, double *yValues);
/**
@brief assigns a set of data points to a curve.