aboutsummaryrefslogtreecommitdiff
path: root/build/target.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build/target.ixx')
-rw-r--r--build/target.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/target.ixx b/build/target.ixx
index 02bdc69..45a8c69 100644
--- a/build/target.ixx
+++ b/build/target.ixx
@@ -4,8 +4,8 @@
namespace build
{
- inline bool prerequisite_target::
- belongs (const target_type& t) const
+ inline bool prerequisite_ref::
+ belongs (const target& t) const
{
const auto& p (t.prerequisites);
return !(p.empty () || this < &p.front () || this > &p.back ());