aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-01 13:10:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-01 13:11:07 +0200
commita8b6e14fdce2c950a42cc007e0413c1635161fce (patch)
treeca5c8733ae3cc781cd0fbfff830b6939c97a1bfa /build2/cc/compile.hxx
parentca8eb25ee3e891166e8b3fba0b0c4decd5aa4901 (diff)
Rename function not to clash with type
Diffstat (limited to 'build2/cc/compile.hxx')
-rw-r--r--build2/cc/compile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx
index 893194e..30f101d 100644
--- a/build2/cc/compile.hxx
+++ b/build2/cc/compile.hxx
@@ -100,7 +100,7 @@ namespace build2
// Language selection option (for VC) or the value for the -x option.
//
const char*
- lang (const match_data&) const;
+ langopt (const match_data&) const;
private:
const string rule_id;