nordsoft 2 år sedan
förälder
incheckning
439254f921
1 ändrade filer med 2 tillägg och 0 borttagningar
  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;