Fixing function definition for EN_getcurve

This commit is contained in:
Michael Tryby
2018-08-23 07:56:11 -04:00
parent e8acc1b177
commit 670440b55c

View File

@@ -3648,7 +3648,7 @@ int DLLEXPORT EN_getpumptype(EN_ProjectHandle ph, int index, int *type) {
return (0); return (0);
} }
int DLLEXPORT EN_getcurvetype(EN_Project *p, int curveindex, int *type) { int DLLEXPORT EN_getcurvetype(EN_ProjectHandle ph, int curveindex, int *type) {
EN_Network *net = &p->network; EN_Network *net = &p->network;