diff options
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; } |