mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-15 13:33:36 +02:00
Fix compiling
This commit is contained in:
parent
439254f921
commit
78397d6d1a
@ -566,7 +566,7 @@ std::shared_ptr<CTextInput> InterfaceObjectConfigurable::buildTextInput(const Js
|
|||||||
if(!config["callback"].isNull())
|
if(!config["callback"].isNull())
|
||||||
result->cb += callbacks_string.at(config["callback"].String());
|
result->cb += callbacks_string.at(config["callback"].String());
|
||||||
if(!config["help"].isNull())
|
if(!config["help"].isNull())
|
||||||
result->helpBox = readText(config["help"]);
|
result->setHelpText(readText(config["help"]));
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user