summaryrefslogtreecommitdiff
path: root/src/pdacodegen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdacodegen.cc')
-rw-r--r--src/pdacodegen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdacodegen.cc b/src/pdacodegen.cc
index 2a088f89..c275ab42 100644
--- a/src/pdacodegen.cc
+++ b/src/pdacodegen.cc
@@ -450,7 +450,7 @@ void PdaCodeGen::writeRuntimeData( colm_sections *runtimeData, struct pda_tables
"struct pda_run *pda_run, int id );\n"
"int " << objectName << "_reducer_need_ign( program_t *prg, "
"struct pda_run *pda_run );\n"
- "void " << objectName << "_read_reduce( program_t *prg, int reducer );\n"
+ "void " << objectName << "_read_reduce( program_t *prg, int reducer, stream_t *stream );\n"
"\n";
out <<