summaryrefslogtreecommitdiff
path: root/colm/synthesis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'colm/synthesis.cc')
-rw-r--r--colm/synthesis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/synthesis.cc b/colm/synthesis.cc
index ad065343..f164e1ed 100644
--- a/colm/synthesis.cc
+++ b/colm/synthesis.cc
@@ -2531,7 +2531,7 @@ void Compiler::initStreamObject( )
streamLangEl->objectDef = streamObj;
initFunction( uniqueTypeStr, streamObj, "pull",
- IN_INPUT_PULL_WV, IN_INPUT_PULL_WV, uniqueTypeInt, false );
+ IN_INPUT_PULL_WV, IN_INPUT_PULL_WC, uniqueTypeInt, false );
initFunction( uniqueTypeStr, streamObj, "push",
IN_INPUT_PUSH_WV, IN_INPUT_PUSH_WV, uniqueTypeAny, false );
initFunction( uniqueTypeStr, streamObj, "push_ignore",