nordsoft hace 2 años
padre
commit
439254f921
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;