Order list of vendors in ConfigWizard:

@lukasmatena 's amendment: PR #8795. Thanks.
This commit is contained in:
Sebastian Nadorp 2022-09-01 22:23:46 +02:00 committed by Lukas Matena
parent c86deb92db
commit 8ba52ae65c

View File

@ -75,7 +75,7 @@ struct Bundle
const std::string& vendor_id() const { return vendor_profile->id; }
};
struct BundleMap : std::unordered_map<std::string /* = vendor ID */, Bundle>
struct BundleMap : std::map<std::string /* = vendor ID */, Bundle>
{
static BundleMap load();