diff options
-rw-r--r-- | src/word.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/word.cpp b/src/word.cpp index ec0a20df..2ee4d3e7 100644 --- a/src/word.cpp +++ b/src/word.cpp @@ -185,7 +185,7 @@ shared_ptr <word> word::parseNext pos += 2; // ?= shared_ptr <word> w = make_shared <word>(); - w->parse(buffer, wordStart, pos, NULL); + w->parse(ctx, buffer, wordStart, pos, NULL); if (newPosition) *newPosition = pos; |