aboutsummaryrefslogtreecommitdiff
path: root/build/search
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-04-13 15:50:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-04-13 15:50:17 +0200
commitace1743f7f78bb13f99553d6e97ad1beecf1ba99 (patch)
tree595bc9dad989e44f4be9a67e351219f3248dc5f0 /build/search
parent534f9d8db025d58c9ce23f3b81a37e8c34386a27 (diff)
Add separate type to represent directory paths
Diffstat (limited to 'build/search')
-rw-r--r--build/search2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/search b/build/search
index e7d2acd..dfbe32e 100644
--- a/build/search
+++ b/build/search
@@ -20,7 +20,7 @@ namespace build
// Search for an existing file in the specified list of search paths.
//
target*
- search_existing_file (prerequisite&, const paths&);
+ search_existing_file (prerequisite&, const dir_paths&);
// Create a new target in this prerequisite's directory scope.
//