aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/guess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/guess.hxx')
-rw-r--r--build2/cc/guess.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/cc/guess.hxx b/build2/cc/guess.hxx
index e3a4d8c..86c9793 100644
--- a/build2/cc/guess.hxx
+++ b/build2/cc/guess.hxx
@@ -166,13 +166,13 @@ namespace build2
const strings* c_coptions,
const strings* x_coptions);
- // Given a language, toolchain id, and optionally a pattern, return an
- // appropriate default compiler path.
+ // Given a language, toolchain id, and optionally (empty) a pattern,
+ // return an appropriate default compiler path.
//
// For example, for (lang::cxx, gcc, *-4.9) we will get g++-4.9.
//
path
- guess_default (lang, const string& cid, const string* pattern);
+ guess_default (lang, const string& cid, const string& pattern);
}
}