summaryrefslogtreecommitdiff
path: root/colm/pdarun.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pdarun.h')
-rw-r--r--colm/pdarun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/pdarun.h b/colm/pdarun.h
index 17ea1ab8..828d2db6 100644
--- a/colm/pdarun.h
+++ b/colm/pdarun.h
@@ -465,7 +465,7 @@ void undoParseStream( struct ColmProgram *prg, Tree **sp, StreamImpl *inputStrea
PdaRun *pdaRun, long steps );
void clearBuffered( FsmRun *fsmRun );
-void resetToken( FsmRun *fsmRun );
+void resetToken( PdaRun *pdaRun );
#ifdef __cplusplus
}