sources/interface.h

changeset 132
8a4690db252e
parent 127
6610b8b29848
child 138
c909c38ca886
child 133
4d8fa5394d67
--- a/sources/interface.h	Mon Jan 11 16:58:59 2016 +0200
+++ b/sources/interface.h	Fri May 15 22:46:53 2015 +0300
@@ -86,7 +86,7 @@
 	std::function<void(bool)> m_disconnectCallback;
 	IPAddress m_remoteAddress;
 	String m_statusBarText;
-	StringList m_playerNames;
+	List<ColoredLine> m_playerNames;
 	String m_pasteBuffer;
 	RCONSession m_session;
 

mercurial