mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Make PluginInterface::GetBashTags() return a std::vector
Instead of a std::set. The tags are only iterated over, and uniqueness and ordering are more of a concern for the UI. Part of #68.
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
* @return A set of Bash Tags. The order of elements in the set holds no
|
||||
* semantics.
|
||||
*/
|
||||
virtual std::set<Tag> GetBashTags() const = 0;
|
||||
virtual std::vector<Tag> GetBashTags() const = 0;
|
||||
|
||||
/**
|
||||
* Get the plugin's CRC-32 checksum.
|
||||
|
||||
Reference in New Issue
Block a user