mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Fix mistake
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user