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:
parent
83f690e059
commit
d56760eb4b
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user