sources/interface.h

branch
protocol5
changeset 103
b78c0ca832a9
parent 84
3bd32eec3d57
child 106
7b156b764d11
--- a/sources/interface.h	Wed May 27 21:15:52 2015 +0300
+++ b/sources/interface.h	Sat Jan 09 02:20:28 2016 +0200
@@ -81,7 +81,7 @@
 	Function<void (void)> DisconnectConfirmFunction = nullptr;
 	IPAddress CurrentAddress;
 	String StatusBarText;
-	List<ColoredLine> PlayerNames;
+	StringList PlayerNames;
 	String PasteBuffer;
 	RCONSession Session;
 
@@ -105,4 +105,4 @@
 	void yank (int a, int b);
 	int find_previous_word();
 	int find_next_word();
-};
\ No newline at end of file
+};

mercurial