diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-24 00:25:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-24 17:11:47 +0300 |
commit | 6ce19c537bd9de8d3c9821841bc5ed680b762742 (patch) | |
tree | 2a487b1d5ec75b05e3001a461f149e14e5a859a8 /load | |
parent | 3363e1239973a66722f681999771964e39a98332 (diff) |
Adapt to inventing package_name type
Diffstat (limited to 'load')
-rw-r--r-- | load/load.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx index 6318d97..e63f1f5 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -384,7 +384,7 @@ load_packages (const shared_ptr<repository>& rp, database& db) // if (pda.buildtime && !pda.empty ()) { - const string& n (pda.front ().name); + const package_name& n (pda.front ().name); if (n == "build2" || n == "bpkg") continue; } |