aboutsummaryrefslogtreecommitdiff
path: root/build2/target-type
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target-type')
-rw-r--r--build2/target-type2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target-type b/build2/target-type
index 81f6916..aa4bbf7 100644
--- a/build2/target-type
+++ b/build2/target-type
@@ -55,7 +55,7 @@ namespace build2
void (*print) (ostream&, const target_key&);
- target* (*search) (const prerequisite_key&);
+ const target* (*search) (const prerequisite_key&);
bool see_through; // A group with the default "see through" semantics.