aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/script/lexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/script/lexer.hxx')
-rw-r--r--libbuild2/script/lexer.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/script/lexer.hxx b/libbuild2/script/lexer.hxx
index dbfdfcc..3cbcc03 100644
--- a/libbuild2/script/lexer.hxx
+++ b/libbuild2/script/lexer.hxx
@@ -112,6 +112,8 @@ namespace build2
const redirect_aliases_type& redirect_aliases;
protected:
+ using build2::lexer::mode; // Getter.
+
lexer (istream& is, const path_name& name, uint64_t line,
const char* escapes,
bool set_mode,