diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-06 14:17:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-06 14:17:31 +0200 |
commit | c2da5df68610a0070575212bfee67c730ab39128 (patch) | |
tree | b341afdb6c3e177a9cca098809190e9f50da1651 | |
parent | 8b3146096fe9e9efd849d6ee5e0fa6e90274b796 (diff) |
Remove stray static
-rw-r--r-- | build2/target.hxx | 2 |
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, |