1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Fix mistake

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

View File

@@ -213,6 +213,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;