aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 486b44c..b7e534e 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -741,7 +741,7 @@ main (int argc, char* argv[])
}
const path p ("<buildspec>");
- const location l (&p, 0, 0); //@@ TODO
+ const location l (p, 0, 0); //@@ TODO
meta_operation_id mid (0); // Not yet translated.
const meta_operation_info* mif (nullptr);