瀏覽代碼

Fix mistake

nordsoft 2 年之前
父節點
當前提交
439254f921
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      client/widgets/TextControls.h

+ 2 - 0
client/widgets/TextControls.h

@@ -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;