sources/interface.h

branch
protocol5
changeset 133
4d8fa5394d67
parent 131
4996c8684b93
parent 132
8a4690db252e
child 141
d9073c13dc98
--- a/sources/interface.h	Wed Jul 20 12:55:39 2016 +0300
+++ b/sources/interface.h	Wed Jul 20 13:20:32 2016 +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