diff --git a/Compiler/Template/CodegenC.tpl b/Compiler/Template/CodegenC.tpl index 659cf04e028..2e78da601d6 100644 --- a/Compiler/Template/CodegenC.tpl +++ b/Compiler/Template/CodegenC.tpl @@ -2837,7 +2837,7 @@ template getIterationVars(list crefs, String indexName) ;separator="\n") << - void getIterationVars<%indexName%>(void *inData, double *array) + void getIterationVars<%indexName%>(struct DATA *inData, double *array) { DATA* data = (DATA*) inData; <%vars%>