From a1f459f8446370704695919b3131653300866ee9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 25 May 2017 10:41:20 +0200 Subject: Implement parsing of C++ module declarations --- build2/cc/lexer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/lexer.hxx') diff --git a/build2/cc/lexer.hxx b/build2/cc/lexer.hxx index 0735b45..146b579 100644 --- a/build2/cc/lexer.hxx +++ b/build2/cc/lexer.hxx @@ -141,7 +141,7 @@ namespace build2 private: const path name_; - fail_mark fail; + const fail_mark fail; }; // Diagnostics plumbing. We assume that any diag stream for which we can -- cgit v1.1