diff options
Diffstat (limited to 'build/search.cxx')
-rw-r--r-- | build/search.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/search.cxx b/build/search.cxx index e80f7e7..5f21c64 100644 --- a/build/search.cxx +++ b/build/search.cxx @@ -41,7 +41,7 @@ namespace build } } - auto i (targets.find (p.type.id, d, p.name, p.ext, trace)); + auto i (targets.find (p.type, d, p.name, p.ext, trace)); if (i == targets.end ()) return 0; |