mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix PluginMetadata::NameMatches() performance
This reverts 15781c9b6b in favour of a
more complete fix that breaks ABI stability.
This commit is contained in:
@@ -257,6 +257,8 @@ public:
|
||||
|
||||
private:
|
||||
std::string name_;
|
||||
std::optional<std::regex> nameRegex_;
|
||||
|
||||
std::optional<std::string> group_;
|
||||
std::vector<File> loadAfter_;
|
||||
std::vector<File> requirements_;
|
||||
|
||||
Reference in New Issue
Block a user