1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Fix build

This commit is contained in:
Ivan Savenko
2025-04-29 13:03:08 +03:00
parent 554a414302
commit be2ebc8e56
2 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ CFilesystemGenerator::CFilesystemGenerator(std::string prefix, bool extractArchi
{
}
CFilesystemGenerator::~CFilesystemGenerator() = default;
CFilesystemGenerator::TLoadFunctorMap CFilesystemGenerator::genFunctorMap()
{
TLoadFunctorMap map;