fixing link error

This commit is contained in:
Clément Le Bihan
2021-06-17 23:05:18 +02:00
parent ff39fc6e40
commit c077e327a3
+1
View File
@@ -40,6 +40,7 @@ namespace BBM {
std::stringstream ParserYAML::_block("");
std::stringstream ParserYAML::_bonus("");
std::stringstream ParserYAML::_player("");
std::vector<ParserYAML::PlayerInfos> ParserYAML::playersInfos = {};
std::string ParserYAML::_getBlockType(const std::string& blockName)
{