mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Fix compiling
This commit is contained in:
@ -566,7 +566,7 @@ std::shared_ptr<CTextInput> InterfaceObjectConfigurable::buildTextInput(const Js
|
||||
if(!config["callback"].isNull())
|
||||
result->cb += callbacks_string.at(config["callback"].String());
|
||||
if(!config["help"].isNull())
|
||||
result->helpBox = readText(config["help"]);
|
||||
result->setHelpText(readText(config["help"]));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user