mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Workaround msvc compiler crash
This commit is contained in:
@@ -988,7 +988,7 @@ namespace ERMConverter
|
|||||||
fmt % name;
|
fmt % name;
|
||||||
fmt % params;
|
fmt % params;
|
||||||
|
|
||||||
boost::apply_visitor(GenericReceiver(out, fmt.str(), (name=="DO")), bo[0]);
|
bo[0].apply_visitor(GenericReceiver(out, fmt.str(), (name=="DO")));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user