1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Fix msvc build

This commit is contained in:
nordsoft 2022-12-22 02:10:56 +04:00
parent cb76cc54ac
commit ad5bf2ac4f

View File

@ -65,6 +65,8 @@ class TemplatesDropBox : public InterfaceObjectConfigurable
void clickLeft(tribool down, bool previousState) override;
};
friend struct ListItem;
public:
TemplatesDropBox(RandomMapTab & randomMapTab, int3 size);