aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-05 15:49:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-05 15:49:55 +0200
commit7a141264e858c98053367910c6300c79de7bdb98 (patch)
tree9e3253649c1709526c0f5cda3c82455a77f7280e /build2/cc/compile.hxx
parentbe14f6c87cb3eeb9e3a2ac93802c9c236c191aa5 (diff)
Keep track of translation unit type, make own BMI for impl unit first
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 778a637..9570908 100644
--- a/build2/cc/compile.hxx
+++ b/build2/cc/compile.hxx
@@ -118,7 +118,7 @@ namespace build2
void
append_modules (cstrings&, strings&,
- const file&, const module_positions&) const;
+ const file&, const match_data&) const;
// Language selection option (for VC) or the value for the -x option.
//