1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Workaround msvc compiler crash

This commit is contained in:
Andrii Danylchenko 2021-08-24 12:19:02 +03:00
parent 83f690e059
commit d56760eb4b

View File

@ -988,7 +988,7 @@ namespace ERMConverter
fmt % name;
fmt % params;
boost::apply_visitor(GenericReceiver(out, fmt.str(), (name=="DO")), bo[0]);
bo[0].apply_visitor(GenericReceiver(out, fmt.str(), (name=="DO")));
}
else
{