mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Removed remaining usages of std::vector<bool>
This commit is contained in:
@@ -97,7 +97,6 @@ public:
|
||||
|
||||
const Script * resolveScript(const std::string & name) const;
|
||||
|
||||
std::vector<bool> getDefaultAllowed() const override;
|
||||
std::vector<JsonNode> loadLegacyData() override;
|
||||
|
||||
ScriptPtr loadFromJson(vstd::CLoggerBase * logger, const std::string & scope, const JsonNode & json, const std::string & identifier) const;
|
||||
|
||||
Reference in New Issue
Block a user