aboutsummaryrefslogtreecommitdiff
path: root/build2/target.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.hxx')
-rw-r--r--build2/target.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/target.hxx b/build2/target.hxx
index aad5331..0f8c8ea 100644
--- a/build2/target.hxx
+++ b/build2/target.hxx
@@ -1713,7 +1713,7 @@ namespace build2
//
template <const char* var, const char* def>
optional<string>
- target_extension_var (const target_key&, const scope&, bool);
+ target_extension_var (const target_key&, const scope&, const char*, bool);
template <const char* var, const char* def>
bool
@@ -1722,12 +1722,12 @@ namespace build2
// Always return NULL extension.
//
optional<string>
- target_extension_null (const target_key&, const scope&, bool);
+ target_extension_null (const target_key&, const scope&, const char*, bool);
// Assert if called.
//
optional<string>
- target_extension_assert (const target_key&, const scope&, bool);
+ target_extension_assert (const target_key&, const scope&, const char*, bool);
// Target print functions.
//