Order list of vendors in ConfigWizard:
@lukasmatena 's amendment: PR #8795. Thanks.
This commit is contained in:
parent
c86deb92db
commit
8ba52ae65c
@ -75,7 +75,7 @@ struct Bundle
|
|||||||
const std::string& vendor_id() const { return vendor_profile->id; }
|
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();
|
static BundleMap load();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user