Make PluginInterface::GetBashTags() return std::vector<std::string>

This commit is contained in:
Oliver Hamlet
2025-04-04 19:11:07 +01:00
parent 78ef049093
commit 00e49260ea
7 changed files with 27 additions and 30 deletions
+1 -1
View File
@@ -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.