1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00

Fix mistake

This commit is contained in:
nordsoft
2023-08-27 22:06:38 +04:00
parent 49a76ac14c
commit 439254f921

View File

@@ -214,6 +214,8 @@ class CTextInput : public CLabel, public CFocusable
protected:
std::string visibleText() override;
public:
CFunctionList<void(const std::string &)> cb;
CFunctionList<void(std::string &, const std::string &)> filters;
void setText(const std::string & nText) override;