diff options
Diffstat (limited to 'libbuild2/lexer.hxx')
-rw-r--r-- | libbuild2/lexer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/lexer.hxx b/libbuild2/lexer.hxx index 90d546d..a2c7431 100644 --- a/libbuild2/lexer.hxx +++ b/libbuild2/lexer.hxx @@ -194,7 +194,7 @@ namespace build2 mode (lexer_mode::normal, '@', escapes); } - const path name_; + const path name_; // @@ TODO: why not shallow (like istream)? std::stack<state> state_; bool sep_; // True if we skipped spaces in peek(). |