mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Make PluginInterface::GetBashTags() return std::vector<std::string>
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
* @return A set of Bash Tags. The order of elements in the set holds no
|
||||
* semantics.
|
||||
*/
|
||||
virtual std::vector<Tag> GetBashTags() const = 0;
|
||||
virtual std::vector<std::string> GetBashTags() const = 0;
|
||||
|
||||
/**
|
||||
* Get the plugin's CRC-32 checksum.
|
||||
|
||||
Reference in New Issue
Block a user