mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Workaround msvc crash
This commit is contained in:
parent
d56760eb4b
commit
093076c6d0
@ -988,7 +988,8 @@ namespace ERMConverter
|
||||
fmt % name;
|
||||
fmt % params;
|
||||
|
||||
bo[0].apply_visitor(GenericReceiver(out, fmt.str(), (name=="DO")));
|
||||
GenericReceiver receiver(out, fmt.str(), (name == "DO"));
|
||||
bo[0].apply_visitor(receiver);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user