summaryrefslogtreecommitdiff
path: root/src/query.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/query.h')
-rw-r--r--src/query.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query.h b/src/query.h
index b5b3b0fc..502ea445 100644
--- a/src/query.h
+++ b/src/query.h
@@ -222,7 +222,7 @@ public:
TRACE_DTOR(query_t::lexer_t);
}
- token_t next_token();
+ token_t next_token(token_t::kind_t tok_context = token_t::UNKNOWN);
void push_token(token_t tok) {
assert(token_cache.kind == token_t::UNKNOWN);
token_cache = tok;