1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Fix MXE lib address and new compilation issues

This commit is contained in:
Andrii Danylchenko
2021-09-05 13:37:59 +03:00
parent ec7453ae85
commit 2f450f6592
4 changed files with 13 additions and 11 deletions

View File

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