summaryrefslogtreecommitdiffstats
path: root/build2/target.txx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.txx')
-rw-r--r--build2/target.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.txx b/build2/target.txx
index eb570a0f..3cc249bc 100644
--- a/build2/target.txx
+++ b/build2/target.txx
@@ -43,7 +43,7 @@ namespace build2
//
template <const char* ext>
const char*
- target_extension_fix (const target_key& tk)
+ target_extension_fix (const target_key& tk, const scope*)
{
// A generic file target type doesn't imply any extension while a very
// specific one (say man1) may have a fixed extension. So if one wasn't