aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/target.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.hxx b/build2/target.hxx
index 632e723..73ee2d8 100644
--- a/build2/target.hxx
+++ b/build2/target.hxx
@@ -1683,7 +1683,7 @@ namespace build2
}
template <typename T, const char* ext>
- static pair<target*, optional<string>>
+ pair<target*, optional<string>>
file_factory (const target_type& tt,
dir_path d,
dir_path o,