mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Removed remaining usages of std::vector<bool>
This commit is contained in:
@@ -90,7 +90,7 @@ public:
|
||||
void afterLoadFinalization() override;
|
||||
void beforeValidate(JsonNode & object) override;
|
||||
|
||||
std::vector<bool> getDefaultAllowed() const override;
|
||||
std::set<SecondarySkill> getDefaultAllowed() const;
|
||||
|
||||
protected:
|
||||
const std::vector<std::string> & getTypeNames() const override;
|
||||
|
||||
Reference in New Issue
Block a user